-
Looks like some dependencies are failing. Is there a way around this?
Thanks.
> Installing dotnet-gitversion 1.0.1.
> Package JetBrains.Annotations 10.1.5 is not compatible with netcoreapp1.1 (…
-
I want to make a .NET 4.7 console app a windows native exe and I was already successful in doing so with certain projects by adding the nuget package Microsoft.DotNet.ILCompiler and then calling _dotn…
-
Hi!
I took the liberty of forking (https://github.com/ealsur/AzureStorageExtensions) and making it compatible with Visual Studio 2015 and adding to the solution 2 projects:
1. AzureGraphStoreCore: A .…
-
### Describe the feature
The constants defined in the project have grown over the years and are a bit messy. There is still BCL constants defined and some of the constants look like they are the stan…
-
Really looking forward to using this package - I'm getting this error when trying to build a .NET Core 6.0 (6.03) DLL and getting this error:
Severity Code Description Project File Line Suppression…
-
NuGet\Install-Package : NU1202: Package JUST.net 4.2.1 is not compatible with net6.0 (.NETCoreApp,Version=v6.0). Package JUST.net 4.2.1 supports: net6.0-windows8.0
(.NETCoreApp,Version=v6.0)
At lin…
-
Doing a nuget upgrade, I get the following error:
```cs
Error NU1202 Package dotnet-deb 0.1.78 is not compatible with netcoreapp2.2 (.NETCoreApp,Version=v2.2). Package dotnet-deb 0.1.78 supports: …
-
```c#
// var x = new int[100]; // works fine
var x = new int[101];
System.Console.WriteLine(x.Length);
```
This code throws:
> Unbreakable.Runtime.MemoryGuardException: Total allocation limit re…
am11 updated
4 months ago
-
```
yo aspnet nancy Test
cd Test
dotnet add package Nancy.Serialization.JsonNet
error: Package Nancy.Serialization.JsonNet 1.4.1 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). …
-
**Repro Steps**
Create a 1.1 NET Core project (there are templates in VS for 1.1 web projects)
Add a unit test project - the default template in VS targets NetCore 1.0
Add a ref from the test pro…