-
Coverlet should be able to get coverage for all test projects in a specified solution file
related issues
https://github.com/tonerdo/coverlet/issues/165
-
In some situations, it looks like the VS Code debugger is unable to attach fast enough to hit specific breakpoints. For example, if we create a boilerplate C# httptriggered Azure function and add a …
-
See, for example, https://github.com/dotnet/runtime/pull/53500/files#diff-8fa4a2213aa9c853fd1afd18bf447a57ba660d5ef23e04525c614594f8942e89 where the mono EventPipe component adds icalls. There is a l…
-
When running BenchmarkDotNet with project files located on a second drive (SSD W:/) BenchmarkDotNet fails with `Generate Exception: Access to the path 'W:\System Volume Information' is denied.`
But…
-
I'm not sure if this is an issue or a feature request. I installed ```R4Mvc.Tools``` on macOS and get the following error when I run the ```r4mvc``` command.
```
Sorry, this tol is only available …
-
The newest version `27.0.1` is causing error:
> System.TypeLoadException : Could not load type 'Polyfill' from assembly 'Argon, Version=1.0.0.0, Culture=neutral, PublicKeyToken=00a55352ff068a54'.
…
-
As an outsider, I'm trying to replicate what was seen in the demo on [youtube](https://www.youtube.com/watch?v=QjVRJworUOw&t=9s)
LiveDemo.fsx looked like the closest option, but upon inspecting its…
-
### Describe the bug
`dotnet publish --no-restore` fails during `docker build` even if the packages are already restored. The app is a .NET 8 web api with a dependent class library.
### To Reprod…
-
## Actual behavior
As soon as I add 'CharLower' to my NativeMethods.txt I get the following build error:
```
Error CS0246 The type or namespace name 'Span' could not be found (are you missing a …
-
### Description
I cannot my FAKE using dotnet 7 sdk.
### Repro steps
global.json:
```json
{
"sdk": {
"version": "7.0.100"
}
}
```
install fake-cli `6.0.0-alpha003`.
Creat…
nojaf updated
2 months ago