Skip to content
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

Closed
wants to merge 14 commits into from

Conversation

tintoy
Copy link

@tintoy tintoy commented Nov 26, 2017

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 😁

@Romanx Romanx self-requested a review November 27, 2017 08:12
@Romanx Romanx changed the base branch from master to dev November 30, 2017 07:48
@PandaWood
Copy link

.NET Standard requires spaces instead of tabs?

@eimantaszlabys
Copy link

When this PR will be merged, because we hawing compilation errors on .netCore 5.0?

@Romanx
Copy link
Collaborator

Romanx commented Mar 3, 2021

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.

@eimantaszlabys
Copy link

@Romanx Thanks for information! :) We successfully migrated our implementation to Stubble :) 🥇

@Romanx
Copy link
Collaborator

Romanx commented Mar 5, 2021

@eimantaszlabys that's great to hear.

@Romanx Romanx closed this Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants