-
Notifications
You must be signed in to change notification settings - Fork 393
Add UnitsNet.WindowsRuntimeComponent nuget #152
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
Merged
Merged
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
4123cfc
to
140f5ac
Compare
b40b999
to
534a57b
Compare
9983048
to
02bbbc0
Compare
db69704
to
8405a29
Compare
* Avoid conflict with existing packages.config files
Add long/double/decimal constructors and add conditionals * Convenience constructors for all unit classes * If UWP, only expose constructor with double type * Use type alias Culture to represent IFormatProvider vs string
Exclude operator overloads Use sealed class instead of struct Extract extensions code to separate files
As recommended by nuget team: NuGet/Home#2406 (comment) This works around the issue with packages.config and SpecificVersion. Copied GUI and JS code from previous JS test app.
* Add .NET 4.5 project with same compile flags as WRC, to run tests on * Fix compile errors due to reusing test code on WRC code paths * Distinguish the two packages.config files for test projects * Exclude WindowsRuntimeComponent specific code from the .NET projects
Match core lib version and remove prerelease suffix Remove release notes, add to tag instead
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.
This is work in progress. See #150 for initial discussion.