-
Notifications
You must be signed in to change notification settings - Fork 125
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
Compatibility with .NET Standard 2.0 #130
Conversation
Release 1.15.3
Fix minor error
Add support for value of type JTokenType.Date
…et. Some of the tests around sections not working yet either.
Corrects paths for spec to be from the root
Add dictionary converter for json spec
.NET Standard requires spaces instead of tabs? |
When this PR will be merged, because we hawing compilation errors on .netCore 5.0? |
Hi there, Nustache will not be being updated to netstandard 2.0. Instead we're recommending people migrate to Stubble the successor to nustache that has all the same functionality and is faster and more extendable. Please let us know if you have any issues migrating by opening an issue in the Stubble repository. It should hopefully be painless and a simple drop-in provided you've not using custom extensions to Nustache. |
@Romanx Thanks for information! :) We successfully migrated our implementation to Stubble :) 🥇 |
@eimantaszlabys that's great to hear. |
Hi all - as discussed with @Romanx this is the initial set of changes required to make Nustache compatible with .NET Standard.
Although I'm pretty familiar with the process of porting stuff to .NET Standard, I'm only passingly-familiar with Nustache itself (this work primarily driven by dotnet/docfx#1963) so I'd appreciate a sanity check 😁