-
Split from #983. Doxygen currently produces a bunch of warnings when we generate the documentation. Some of these are warnings about undocumented classes and members, which we will likely tackle gradu…
-
Hi @beatngu13, thank for the question!
> Is there a way to achieve this with the Quarkus OpenAPI generator?
I will answer below:
> generateApis: whether to generate APIs or not.…
-
Using the 13.4.2 version of nswag.msbuild, the code generated for the following v1.json file generates bad C# code.
[v1.json.txt](https://github.com/RicoSuter/NSwag/files/4547819/v1.json.txt)
Spe…
-
Not sure if this is a question, bug report or API proposal, but I was pretty surprised when I tried to switch from Swagger to .NET 9 OpenApi generation, and saw that it generates these NullableOfXXX v…
-
Tasks:
- [ ] Group `use` statements on top of the class for every used class not in the same namespace
- [ ] Use short name for classes in the same namespace
- [ ] Add `use InvalidArgumentExceptio…
-
We should be able to generate C# classes that extend the `AzureDevOpsTask` type using the json-schema from https://github.com/microsoft/azure-pipelines-vscode/blob/main/service-schema.json
see my P…
-
**Describe the bug**
My documentation and example code for a class Foo refers to a class Bar in a different namespace. When Bar is a parameter or return type, Doxygen is able to generate a link. Howe…
-
### Input C/C++ Header
```C++
template
class Test {
enum class Enum { One, Two };
};
```
### Bindgen Invocation
Tested both with the current release and current `main`:
```
$ bindge…
-
# Summary
Use Python [__slots__](https://docs.python.org/3/reference/datamodel.html#slots) to specify public member variables on C++ classes to avoid silent failures.
# Reproduction instructions…
-
**Describe the bug**
I have a WSDL (I can't share it) that have an object with an attribute of type `type="xs:anySimpleType"`
It was generated with a php type hint `?string`
But when that value i…
etshy updated
2 weeks ago