This repository was archived by the owner on May 15, 2024. It is now read-only.
Merged
Conversation
This adds base project and test for mult-targeting. Also includes editor config and my gitignore.
Redth
reviewed
Feb 20, 2018
| *.btm.cs | ||
| *.odx.cs | ||
| *.xsd.cs | ||
| src/.droidres/.monkeycache.droidres.db |
Member
There was a problem hiding this comment.
Don't think we'll pull in monkeycache :)
Collaborator
Author
There was a problem hiding this comment.
Fixed! copied from monkeycache lol
| <UseFullSemVerForNuGet>false</UseFullSemVerForNuGet> | ||
| <EnableDefaultCompileItems>false</EnableDefaultCompileItems> | ||
| <PackageLicenseUrl>https://github.com/xamarin/F50/blob/master/LICENSE</PackageLicenseUrl> | ||
| <PackageProjectUrl>https://github.com/xamarin/XamarF50inCommunityToolkit</PackageProjectUrl> |
Member
There was a problem hiding this comment.
url is 404, did you mean the github repo?
Redth
approved these changes
Feb 20, 2018
Redth
pushed a commit
that referenced
this pull request
Oct 7, 2020
Fix DeviceInfo: Returning wrong device name
baskren
pushed a commit
to baskren/P42.Uno.Xamarin.Essentials
that referenced
this pull request
Dec 17, 2020
Add wasm sample app
jfversluis
pushed a commit
that referenced
this pull request
May 4, 2022
Await on async ios UIActivityViewController
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds base project and test for mult-targeting. Also includes editor config and my gitignore.