-
```
What steps will reproduce the problem?
1. Define a rule with two slots
2. Retrieve this rule from the resulting result set
3. System.out.println(rs.next());
What is the expected output? What do …
-
Add HTTP as a supported language for snippet generation.
## Task List
- [ ] Adapt the generated `RequestBuilder` class to produce `.http` snippet files.
- [ ] Exclude unnecessary generated code not …
-
```
Generate classes and forms from the roo-model
```
Original issue reported on code.google.com by `sachs.ma...@gmail.com` on 7 Jun 2011 at 6:05
-
In ROS1, all generated message classes derived from a common class: `genpy.message.Message`.
This allows for a bunch of handy behavior, including the ability to use `isinstance(..., genpy.message…
-
I believed that
`XmlSchemaClassGenerator.Console.exe --verbose --output=gen "https://schemas.opengis.net/gml/3.2.1/gml.xsd"`
should generate classes for the opengis gml schema types in the exsis…
-
With the following code
```kotlin
val codeGenerator = CodeGenerator()
codeGenerator.baseDirectoryName = "output/directory"
codeGenerator.basePackageName = "com.example"
codeGenerator.generate(U…
-
Hi thanks for the library! It would be great it a user-defined prefix could be added to all generated classes, because my downstream code generators rely on the class name to be unique etc.
-
-
When importing components as selectors, we always attempt to generate an import for the component's base class, which causes issues with components that only have dynamic classes based on props.
##…
-
Currently, Kiota generates C# classes with conditional compilation to use nullable reference types. For example:
```csharp
//
using Microsoft.Kiota.Abstractions.Serialization;
using System.Coll…
0xced updated
4 weeks ago