-
I am working on a mutation testing playground in which you can (among other things) execute NUnit tests straight from the browser by leveraging WebAssembly, Roslyn and NUnitLite.
I'm using Roslyn t…
-
### What
Runtime dependency redirection mechanism is failing in some cases.
Example affected library: System.Diagnostics.DiagnosticSource
Affected version: OpenTelemetry.AutoInstrumentation …
-
Every time I try using it it gives me this error
Platform: Windows 11
Game name: (please, specify the game name)
Engine version: (specify engine version, if known)
Platform: (specify platform, i…
-
Packages produced by dotnet/runtime targeting NET6 and upwards don't contain reference assemblies anymore. The existing targeting packs `Microsoft.NETCore.App.Ref`, `Microsoft.AspNetCore.App.Ref` and …
-
My current workflow for assemblies is:
1. Create the components, using Part Design or via importing step files, each in a separate file
2. Wrap each component in an Assembly3 container, and declar…
-
```
What steps will reproduce the problem?
1. Create test project;
2. Add a helper static class (detailed below);
3. Try to run tests
What is the expected output? What do you see instead?
Expected: …
-
```
SlimDX appears to install ngen-ed assemblies with the /profile switch. Normally
this would not be a problem, however it seems to cause issues with certain
performance profilers.
The following M…
-
**Is your feature request related to a problem? Please describe.**
_A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]_
The PMD assemblies will be repurpo…
-
Hi,
I am trying to download viral genomes from genbank. I have put the commands inside a nextflow script and it runs on the login node of our HPC cluster.
The command inside the nextflow script t…
-
I have .NET core project which contains Config.json file where some plugins are specified. I do dotnet store and dotnet publish on this project and I expected that application automatically search and…