-
# Description
I have searched everywhere for documentation that clearly describes what the expected behavior should be in the following scenario and there is none. The lack of a clearly defined be…
-
I ran into a problem trying to generate a TypeScript client using NSwag Studio. It is complaining about .NET Core 2.1 not being installed. Unfortunately I can't install that runtime on my work compute…
-
The current docs for tests for source generators is missing some important information about testing. For example, how to add references to the compilation. The current example is a good quick start b…
-
Good morning,
I just upgraded my solution with the newer version v3.0.1 (my software was still working with the previous v.2.4.2).
I get an error in the ReadAsync function.. is not working anymore…
-
I'm going to pull a request to remove all unnecessary `async` and `await` code, i.e. update code as below
```cs
async Task Foo()
{
await Bar();
}
// to
Task Foo()
{
return Bar();
}
…
-
@imasm could you Please update WPFKB to latest DotNet, Thank You.
-
Hi @johan-v-r - thanks a lot for this great lib.
It has helped us many times. Before some of us moved to the M1 😅
When trying to use the tool e.g. as a global `dotnet` tool, we get this error:
``…
-
This is a question after debugging dll selections, and I don't know if this should go to dotnet/fsharp or here.
TypeProviders sometimes need to use external dll files, because sometimes people do…
-
NSwagStudio v13.16.1.0
Runtime: Net60
Outputs: CSharpClient
Settings:
```
"generateOptionalPropertiesAsNullable": true,
"generateNullableReferenceTypes": true,
```
According to [its docs](…
-
We have an endpoint like this:
```
[HttpPost]
public Task x(
[FromQuery] int? x1,
[FromQuery] string x2,
[FromQuery] string x3,
[FromQuery] Enum x4,
IFormFileCollection file,
[FromSer…