-
There can be issues if someone relies on a native dependency but creates a `netstandard` app. Recently, some people experienced issues because of an upgrade in AspNetCore.App versions
https://githu…
-
Hey, great work. I love this wrapper and I would like to use it in my app.
I tried to use your library on Azure Functions V1 (.NET framework) and it works great.
I only had to remove PdfiumViewer.Na…
-
this library is tricky. there is 2 nuget package.
ini-parser
ini-parser-standard
this repo/lib creates FileNotFound Exception
when i run winform, it says ini-parser 2.5.2 not found.
**err…
-
It should probably be done in same way as we did with Mono.Posix.NETStandard.
This is to support scenarios like #7116
-
A lot of project is still using netstandard2.0.
Targeting that will be beneficial to more developers.
Besides, not a lot code change is required.
I will submit a PR ASAP.
-
Repro steps:
1. New project:
```xml
netstandard1.3
0.1.0-dev
Author
Descriptor
en
true
MIT
```
2. Build in VS
3.…
-
With .NET Core 1.0 released, this project should provide a NuGet package that targets **netstandard 1.0** to support as many platforms as possible. https://docs.microsoft.com/en-us/dotnet/articles/cor…
-
Running via docker on linux for the first time in a brand new Notebook, I see an error message "Assembly reference 'netstandard' not found" with a simple addition statement.
![image](https://user-i…
-
see: https://security.snyk.io/vuln/SNYK-DOTNET-SYSTEMTEXTREGULAREXPRESSIONS-174708
Tested 83 dependencies for known issues, found 1 issue, 3 vulnerable paths.
Log:
Issues with no direct upgrade…
-
Many my projects already migrated to netstandard 2.1 or net 6.0.
This package supposed to work only in .net core environment so netstandard 2.0 is not needed.
I have plans to migrate it to netstan…