-
### Type of issue
Other (describe below)
### Description
It is finally great to have this class to be able to dynamically create and save the dll. My concern though is that the created type…
-
Embedded resources don't seem to be present on a reload.
Steps to reproduce:
1. Clone `https://github.com/NatElkins/repro`
2. `cd repro/ReproExec`
3. Execute `fcswatch` on `ReproExec.fsproj`
…
-
Vulnerable Library - netstandard.library.1.6.0.nupkg
Path to dependency file: /asp-dot-net-core-restful-api-building/03/demos/csproj_msbuild_core1/end/Library/src/Library.API/Library.API.csproj
Pat…
-
The SqlQuery method throws when executing update statements that return a scalar value.
This happens on both SQL Server and PostgreSQL with the following SQL:
```SQL
-- SQL Server
UPDATE Example…
-
## Steps to Reproduce
1. Break on an event handler in a razor.cs partial class (are we calling them code-behinds? blech.)
2. Hit F5 to continue processing.
Here's the method I'm breaking in…
-
- [ ] I have tried with the latest version of Docker Desktop
- [x] I have tried disabling enabled experimental features
- [x] I have uploaded Diagnostics
- Diagnostics ID: D73A4E16-C2…
-
Hello,
I'm using the dotnet-dump / dotnet-trace within a docker container, engine running in WSL2, using a rootless user.
**dotnet-dump**
In my docker file, I added CAP_SYS_PTRACE capabilities …
DOMZE updated
2 years ago
-
`ResolveAssemblyReferences` runs unconditionally even on incremental builds (because the user may have installed a targeting pack or, for full-framework scenarios, GACed an assembly). This makes it pe…
-
### Describe the bug
I recently migrated our project to .NET8 and updated all the packages to latest version, but I keep getting a strange error when I try to upload a stream to Amazon S3 storage. I …
-
A: Use System.Text.Json in **generated C# models (DTOs):**
- NJsonSchema
- **90%:** https://github.com/RicoSuter/NJsonSchema/issues/1013
- NSwag
- **DONE:** Use System.Text.Json serializ…