-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove .NET 6.0 syntax; document nan/inf errors
There was a bunch of .NET 6.0 syntax in the JsonTools files that needed to be removed for the code to compile in .NET framework 4.0, and it's been removed. Unfortunately there is now an error with double.NegativeInfinity, double.PositiveInfinity, and double.Nan causing compiler errors. The code works fine otherwise. See kbilsted/NotepadPlusPlusPluginPack.Net#93
- Loading branch information
1 parent
d1fec8f
commit 85e6816
Showing
20 changed files
with
3,467 additions
and
1,616 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.