-
- https://github.com/dotnet/roslyn-analyzers/blob/80ac9265df5c8d70cbb25b57057b0f2772ed7d2a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/Runtime/AvoidConstArrays.cs#L61
I don't see why the an…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [b2db8513a9c759587efea5cc00e28a2241c8572c](https://github.com/dotnet/runtime/commit/b2d…
-
# Make your SQL Server Database project (.sqlproj) build with .NET Core - even on Linux or macOS! | ErikEJ's blog
A couple of years ago I blogged about a great community project that enables you to b…
-
01:07:08 [EROR] (cssharp:Core) Could not load plugin "/home/container/game/csgo/addons/counterstrikesharp/plugins/CTBan/CTBan.dll"
System.InvalidOperationException: Dependency resolution failed for c…
-
Het maken van de initiele DB migration met commando:
`dotnet ef migrations add InitialCreate`
geeft een error dat ik `Design` package van EntityFrameworkCore niet heb. Zie stracktrace onder.
Hoe …
-
When running autobuild on a C# project it returns the following, where .NET 7 is not among them
.NET SDKs installed:
3.1.120 [/usr/share/dotnet/sdk]
3.1.202 [/usr/share/dotnet/sdk]
…
-
https://dotnet.microsoft.com/en-us/download/dotnet/2.1 shows that net core 2.1 is EOL and unsupported, but `docs/Multitool.md` says is as a prerequisite.
The sarif.multitool I have uses netcoreapp3…
-
Hello,
> The bug was originally here https://github.com/fsharp/FSharp.Compiler.Service/issues/965
I have a project which uses a FSharp.Compiler.Service to parse `.fsx` files as a Domain specific…
-
### Describe the bug
The Authentication Scheme strings in IdentityConstants aren't constant so they can't be used to differentiate the schemes in controllers.
### To Reproduce
Find the example i…
-
### Product
dotnet CLI (dotnet new)
### Describe The Bug
I want to test if my templates are valid in CI/CD. I thought i could install the template in the workflow and it would fail if there a…