Closed Tyrrrz closed 5 years ago
Hi, you are right, that's not documented anywhere - thank you for mentioning this! I'll update the README when I get to it. It should be compatible with any .NET Standard >= 1.0 and any "legacy" .NET FW >= 2.0.
If you have any troubles with such a target framework, be sure to tell me so that we can resolve the issue.
Cool! I'll check it out and report back.
Looks like it works.
I noticed that you can't use ?
to denote types that might be null, but you can use !
though. Is that expected?
Ugh, it looks like it's just ReSharper showing it up as an error.
Glad to hear that it's working!
I can confirm that it's most likely ReSharper - the warnings work as expected in a netstandard1.0
app:
It's surprising that it accepts !
but not ?
. I would have expected this to be the other way around.
Cool, thanks for help :)
Just by glancing at the project I can't see any indication if this will work in a project that targets, for example, .NET Standard 1.1. Does it? Are there technical limitations related to supporting lower versions?