-
![image](https://github.com/StefanMaron/BusinessCentral.LinterCop/assets/44637996/b7bbec82-4b32-4002-8e74-25f1ca6af68f)
I'm probably missing something obvious, but how do I execute the test automat…
-
Hi folks,
The issue #17 states that the version 0.2.5 supports now `dotnet build`. I still have this issue when I try to build `myproject.csproj` with `dotnet build`
`C:\Users\User\.nuget\packag…
-
See https://github.com/dotnet/runtime/pull/82179#issuecomment-1466613610 for the initial conversation.
Packages which include source generators are growing unboundedly because they not just contain…
-
it's entirely possible i'm doing something wrong so please correct me if so :)
i'm integrating ApiCheck with one of our projects. we generate our clients via NSwag. ApiCheck is getting mad becaus…
-
See conversation in https://github.com/fsharp/FAKE/issues/2272
Basically, we should ship a `netstandard` based design-time assembly.
-
Created a Service Topic Trigger function v2 using .net core and test it locally. Everything is working locally. Tried publishing the images locally on docker and run it , getting below error:
Log…
-
### Current behavior
The current .NET project failed to build with the following logs:
```
dotnet build /home/shift/projects/devtoys/src/app/dev/platforms/desktop/DevToys.Linux/DevToys.Linux.cs…
-
I've been attempting to run some pure C# performance tests, but using the version of `mono.exe` and the BCL shipping with the Unity game engine.
However, after trying a lot of different ways to get…
-
When loading unix driver we try to load libgpiod driver first, if it is not installed DllNotFoundException catched, in that case we load Sys Fs driver: https://github.com/dotnet/iot/pull/133/files#dif…
-
When I do a CTRL-SHIFT-B to build my solution, all projects that reference `Microsoft.NET.Sdk.Functions` get included in the build output every time. Is this a known issue? I did look around and not…