-
* Support for System.Transactions (but not distributed)
* Add process shutdown hook for the connection pool like we have today for .NET Framework (https://github.com/dotnet/corefx/issues/10012).
* O…
-
Have you looked into adding dotnet core support? Specifically the .NET Standard - https://blogs.msdn.microsoft.com/dotnet/2016/09/26/introducing-net-standard/
-
In CLI 2.0.0-preview2-006391 or later, `dotnet publish -f` fails on an app with a project reference to a netstandard2.0 class library.
# Repro Steps
1. `git clone https://github.com/mikeharder/Net…
-
See https://github.com/fsharp/fsharp/issues/741
and https://github.com/fsprojects/Paket/issues/2378
Basically FSharp.Core needs an empty dependency group for net45.
/cc @enricosada
-
```
Assets file 'C:\Git\NetCoreProjectReference\classlib_netstandard20\obj\project.assets.json' doesn't have a target for '.NETStandard,Version=v2.0'. Ensure you have included 'netstandard2.0' in the…
-
Upgrade to .netstandard 2.0, asp.net core 2.0
-
A simple .NET Standard 2.0 class library from Visual Studio 2017 would contain a single assembly reference to `netstandard.dll`. This assembly forwards all necessary types to individual assemblies beh…
lextm updated
7 years ago
-
### Version: 3.0.0-alpha2
### Expected behavior
Clean compile
### Actual behavior
Timeout/Alarm.cs(48,31): error CS0433: The type 'ThreadInterruptedException' exists in both 'Quartz, Versi…
-
I just updating one of my project to use NETStandard 2.0.
When using paket `5.92.0-alpha001` I got this [project.assets.json](https://gist.github.com/MangelMaxime/699c387bb3e8a672a205daf9df77f373)…
-