-
## Description
After installing a package, I still can't reference it from a C# script. Trying to include a namespace from the package with a "using" directive fails to compile.
- **NuGet Package:…
-
### Description
Hi, after the .net core 3.0 has been announced we started to get a lot of paket errors. i.e. when I try to build a project, paket runs and gives me the following:
Paket version …
-
Now that .NET Standard 2.0 is RTM, we should include the facades that enable support on full framework. This is especially important once we port to .NET Core.
-
When I build a .NET Core 3.0 project containing members with `Span` or `ReadOnlySpan` parameters SHFB treats them as if they werent't documented at all. For example:
```
BuildAssembler : warning :…
-
### Prerequisites
- [x] I have written a descriptive issue title
- [x] I have verified that I am using the latest version of Magick.NET
- [x] I have searched [open](https://github.com/dlemstra/Ma…
-
### Description
I cannot use the functions I implemented in F# library.
### Repro steps
1. create samplelib project (make folder, issue `dotnet new classlib -lang f#`) and build it
2. take…
-
Because of how .NetStandard compatibility for 4.6.x is implemented there are issues happening when library with dependency to .NetStandard is added via nuget to the project targeting 4.6.x. Even [msdn…
-
_From @onovotny on June 15, 2018 0:22_
This is broken with 15.7.3 and 15.8.2 p2 with .NET Core 2.1 installed. It used to work. I think that setting
`false` changed the behavior where files used to…
-
Pinning it to 2.0.3 for now.
```
Microsoft.NET.Restore.Tests.GivenThatWeWantToRestoreToUseImplicitPackages.It_uses_NetstandardLibrary20x_as_the_implicit_version_for_NetStandard20 [FAIL]
Exp…
-
Switch to new CSPROJ/MSBUILD project style with all projects. Use multi-platform targeting for main project to support net46/netstandard13/netstandard20/uap10.0, as soon as all project types are suppo…