-
Hello,
The rule [S6605](https://sonarsource.github.io/rspec/#/rspec/S6605/csharp) may no longer be applicable for projects targeting .NET 9.0.
Recent benchmarks indicate that starting with .NET …
-
Hi, I did come across an issue after migrating our app project to .NET 8.
The type script client generator is now incorrectly referencing the model properties as PascalCase rather than camelCase res…
-
I just updated from `13.19.0` to `14.0.7` and it seems that the `swagger2csclient` has been removed.
I switched to `openapi2csclient` now, but the generated code is vaulty. It generates the client cl…
srad updated
6 months ago
-
I'm trying to execute a test library using NUnit Console 3.16.3 (NuGet, .NET Tool) on Windows Server 2019 Datacenter (10.0.17763, x64). There are multiple .NET SDK versions installed on the machine - …
-
First, thank you for this great library and the cookbook you wrote. It was incredibly helpful.
I created a code generator project and then added an analyzer to it. I'll eventually add a code fix a…
-
There exist relatively stable and supported tools for generating such bindings e.g. https://github.com/mono/CppSharp.
At least for the C-API it should run without problems similar to Javacpp genera…
-
I didn't see a branch; did anyone dabble with switching this over to IAuthorizationRequirementData yet?
-
Hello,
I am encountering an error when trying to call the generated Client method. My method takes a RequestDto that has an array property. I get the Exception
```
public partial class RequestD…
-
```
[Fact]
public void Concat()
{
var source = """
using System;
public class Test
{
static void Main(…
-
```
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Running;
using BenchmarkDotNet.Configs;
using System;
using System.Numerics;
using BenchmarkDotNet.Jobs;
[DisassemblyDiagnoser]
[SimpleJob…