-
My project is multi-targeting `net471` and `netcoreapp2.1`. The same error occurs when I build both targets and when I build either one individually.
```txt
There is a mismatch between SDK NuGet v…
-
# Description
The default project template looks like the following:
```xml
netcoreapp1.0
```
I have a set of shared props/targets that are imported by every project in my repo.…
-
## 框架自适应
在默认情况下,.NET会对框架进行自适应,如当前项目框架定向为 **.NET Framework4.0** 时,他会自动兼容向上所有的框架,即**4.0-4.8**, 在中对框架全声明一般用于对于不同框架的不同编译(宏控制)以及区别**Nuget包引用**。现在.NET有三族:**.NET Standard**, **.NET Framework**, **.NET**,*…
-
When I try to run `dotnet publish SQLiteConnection.csproj --configuration Release` I get an error because I don't have your certificate installed. I'm also not clear if I'm supposed to run this comman…
-
### Description
UWP project fails to build if it contains any kind of [Xamarin.Forms compiled bindings](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/data-binding/compiled-b…
-
I seem to be following all the instructions but still getting errors:
```
**Unable to locate Gurobi installation. Running some common diagnostics.**
Gurobi.jl only supports the following versions…
-
Please check whether the bug has [already been filed](https://github.com/Microsoft/axe-windows/issues).
We've been signing the Axe.Windows files files the Microsoft 3rd party certiicate. This certifi…
-
I get this error when I run dotnet test MyTestProject.csproj Tests run fine from Visual Studio.
`An exception occurred while invoking executor 'executor://nunit3testexecutor/': Could not load type …
-
Little question related to dotnet-format and framework version: should we use specific version of dotnet-format related to major version of framework?
Like:
- .NET Core 3.1 should use 3.3.x
- .…
-
Do you have any plans to migrate to Microsoft.Data.SqlClient? I'd be happy to help with the migration by opening a PR if you have a preference for how you'd want it implemented.
I have a local vers…