-
Could this be upgraded to support .NetStandrad 2.0?
-
Most everything in Xamarin now is .NETStandard. When I try to add the nuget to a .NETStandard1.4 based project, I get an error that the package couldn't be added. What do I need to change in my projec…
-
On creating a new Unity project (2018.4.8f1) and importing the following packages :
google-signin-plugin-1.0.4.unitypackage and GoogleSignIn-sample.unitypackage,
I get this error :
Assets\Goo…
-
the Microsoft.Win32.registry library's last update was at 2020, it's .net 5.0 which has end support.
can you either remove the dependency to it or maybe update that nuget library to a later version?
-
Hi,
After the release of version 1.11.0, I encountered an issue where trying to update the package on a .NET Framework 4.7.2 project results in the following error:
```
Severity Code Descrip…
-
https://github.com/microsoft/OpenAPI.NET/blob/cb5bb2797a4a4aa61c96d4fd453ac5257474848d/src/Microsoft.OpenApi/Reader/OpenApiModelFactory.cs#L300
To pass it to GetStreamAsync. (conditional compilation …
-
Hello
I'm updating ChoETL.JSON.NETStandard and ChoETL.NETStandard packages to the last version 1.2.1.66 from 1.2.1.56.
The problem is that the property NestedColumnSeparator is not available on …
-
The nuget package currently targets `netcoreapp2.0` but at a glance, is there any reason this can't be `netstandard2.0`?
_Am using this for a similar purpose to the one you blogged about (i.e. e-ma…
-
### Related Problem
https://github.com/dotnet/designs/pull/317
### The Elevator Pitch
We should provide a warning when a package author uploads a package targeting an old version of .NETStandard to…
-
### Context
In order to support custom Check compatibility between NETFx and .NET MSBuild hosting - the checks should target .NETStandard 2.0.
At the same time the Checks need to reference `Micros…