-
Some assemblies from .NET 3.x seem to be missing from the installer.
Example: ShareX is missing `System.Xml.Linq`
![image](https://github.com/itsmattkc/dotnet9x/assets/11337731/52a3d131-2b06-4995-…
-
Hello,
I think it would be very useful to have basic mapping of entities columns though the `System.ComponentModel.DataAnnotations.Schema.Column` attribute (or something like that). This would allow …
-
When you create a table from a class that contains the virtual attribute you are triggering an exception. SQLite should ignore these virtual attributes created by System.ComponentModel.DataAnnotation…
-
Referring to features/issues mentioned in #10, #14, #35, #58 and #73 -
We need to think of a better structure for the C# client generator configuration file. Here is some of the aggregated features t…
-
I'm currently trying to use nSwag to generate the client code for a Unity application.
It actually works ok for most platforms but WebGL has some restrictions in Unity, namely, the need to use Unit…
-
### Describe the bug
We are trying to upgrade some class libraries, currently built in .NET Framework 4.7.2, and will occasionally get a KeyNotFound Exception that references System.ComponentModel.An…
-
Tracking issue to list errors that are safe to ignore.
For the following error :
```
Removed - microsoft.extensions.configuration - M:Microsoft.Extensions.Configuration.ConfigurationSection.#ctor…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
I am experiencing an issue with custom validation in a Blazor `EditForm` when using a nested …
-
**Describe the issue**
It would be nice to allow to implement custom logic to manipulate the generation of operations and schemas, similarly to what Swashbuckle provides: [Extend Generator with Opera…
-
### Overview
ObservableValidator uses System.ComponentModel.DataAnnotations.Validator, and is tough to replace - a call to (static) Validator.Validate is not substitutable. For straightforward impl…