|
|
|
|
|
by iainmerrick
3143 days ago
|
|
As I said, I don't really understand how it's all supposed to fit together, but what I've found in practice is that completely random and innocuous methods are missing from the System frameworks depending on which "standard" you target in Visual Studio. |
|
It's true that .NET Standard 1.0-1.6 had a lot of gaps but these should be rectified with 2.0 now so you shouldn't run into these problems anymore (otherwise there's usually a good reason why a method/API is missing from the standard).
Disclaimer: I'm working on Mono for Microsoft/Xamarin, primarily class libraries and tools.