forked from reactiveui/splat
-
Notifications
You must be signed in to change notification settings - Fork 1
Allow projects to compile on Visual Studio 2019 #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jcansdale
wants to merge
115
commits into
shana:GHfVS
Choose a base branch
from
editor-tools:fixes/vs2019
base: GHfVS
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Just use the already parsed int
added string to match: Microsoft.VisualStudio.QualityTools.UnitTestFramework
Support MsTest in VS2013
Attempt to fix reactiveui#117 (Xam.Mac Unified w/o dependency on System.Drawing)
… to the XS solution
Updated the Xam.Mac path to Xamarin.Mac20 and added the .nuspec file…
This is necessary for applications that are a share target and want to load images while being a share target, as the share window gets its own dispatcher.
…ispatcher If available, use the dispatcher for the current thread on WinRT
Pull the call to ToUpperInvariant out of the inner loop into the outer loop so it's only called once per assembly
Make the assembly lookup in the ModeDetector more efficient
Implementation of the IEquatable<T> to avoid boxing as suggested by the .NET guidelines (8.6)
Add rebracer settings.
Implement IEquatable<T>
…ource_RelativeUri Enable also relative URI in Xaml Bitmap PlatformBitmapLoader.LoadFromResource
…er-mixins IMutableDependencyResolver generic mixins.
This avoids the duplicate lookup of the dictionary entry
ModeDetector detects Fixie test runner
Ship Splat v3.0
+semver: breaking
+semver: minor
housekeeping: rekeyed personal access token
…tent-msbuildsdkextras Fix make MsBuild.Sdk.Extras declaration consistent with the 1.6 way o…
…tiveui#196) This is based on @kentcb work. Updated to work with latest Splat. This also fixes reactiveui#109
* Bug Make Sourcelink use the Microsoft version. At the moment source link is not working in the project. This fixes that and matches the way Rx 4 where it does work properly.
- Re-add the WinRt Color and Bitmap extensions
We've been advised to do this by MS.
This is compatible with Visual Studio 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Update to use MSBuild.Sdk.Extras 2.0.0-preview.14. This is compatible with Visual Studio 2019.