-
> Package 'ini-parser 2.5.2' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NE…
-
Compiler doesn't compile `Test1` when targeting net5-windows (>=.NETCore3)
```c#
#if NETCOREAPP2_0_OR_GREATER
class Test1
{
}
#endif
#if NETCOREAPP3_0_OR_GREATER
class Test2
{
}
#en…
-
I'm trying to use this on .net 5 ,it seems no `liblua54.so` in path `Debug\net5.0\runtimes\linux-arm\native` and `Debug\net5.0\runtimes\linux-arm64\native`. when I run it on aarch64 GNU/Linux I got an…
-
### Describe the bug
When launching a tye application (i.e. CTRL+C) with many services and at least 1 container, `docker ps -a` containers are not stopped/removed if the build fails.
### To Reprod…
-
**Describe the bug**
When I'm packing a control class library with a generic.xaml file, the compiled xbf id placed in the folder
``\lib\net5.0-windows10.0.18362.0\MyControls\Themes\Generic.xbf``
wh…
-
I use similar Abstractions packages for System.IO, but we're coding against .NETCore3.1 and moving to .NET5 soon.
Any plans to release a new version of this that would allow use with newer framewor…
-
Before .NET 5, customers could extend pack to include additional files by adding their own targets that run as part of `TargetsForTfmSpecificContentInPackage `. For example:
```xml
$(TargetsFo…
-
## Bug
### Which library version?
System.Reactive 5.0.0
### What are the platform(s), environment(s) and related component version(s)?
Windows, WPF, net5.0-windows10.0.19041
### What is…
-
Hi there,
I built a simple Add-on, installed them to Foundation NET5 Core, but it doesn't work.
I'm not sure it is mine issue, or Foundation/EPi12.
Ok, my add-on has only one class
```
using …
-
### NuGet Product(s) Involved
NuGet.exe
### The Elevator Pitch
The support for different runtime versions needs to be improved. It's so difficult to create support for x64 or x86 libraries.
It's…