-
For this definition in JSON I have `Username` and `Password` properties.
```
"definitions": {
"TokenRequest": {
"type": "object",
"additionalProperties": false,
"properti…
-
Could you please provide an example?
-
I tried to update all .net core packages to 3.1.3 version. After, my build started to fail with DI exception. Despite this fact, project compilation with debug and release configurations was successfu…
-
## Summary
We have a pretty large project with 200+ pages and a lot of components. We used typestyle in the past but we decided to move to scss because we had a performance problem styles taking …
-
I've noticed that for larger API surface areas the code generated can grow exponentially. One way around this would be to use TypeScript more effectively to enforce standard fetch conventions.
This…
-
The current lab setting menu offers many ways to adjust font sizes, which may be confusing to users.
Besides, there is no equivalent to the browser ` ` for the general zoom level. This is fine …
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
Toast not autocloses if progress bar is hidden via `display: none`.
Hiding it by default method (o…
Ledzz updated
1 month ago
-
I used the nswag to generate the code in typescript from my EF core API. The enum based class doesn't work as expected when using [DisplayName] or [Description] annotation.
C#:
```
public enum B…
-
Hi all,
I'm trying to run a MSBuild `aspnetcore2openapi` directive in a dotnetcore 3.1 app,and I'm getting the following error (any suggestions would be most welcomed):
- `System.TypeLoadExceptio…
-
I'm using NSwag in my ASP.NET Core project (`app.UseOpenApi()`).
Is it possible to add additional models, which are not used in any controller action, to the generated api descriptions?