feat(lib): Improve handling of types with generic arguments #123 #373
Annotations
7 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
TypeContractor/TypeScript/ApiClientWriter.cs#L26
Argument type 'HandlebarsTemplate<object, ApiClientTemplateDto>' is not CLS-compliant
|
build:
TypeContractor.Tests/TypeScript/TypeScriptWriterTests.cs#L532
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
TypeContractor.Tests/TypeScript/TypeScriptWriterTests.cs#L533
Non-nullable property 'SomeBool' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
TypeContractor/TypeScript/ApiClientWriter.cs#L26
Argument type 'HandlebarsTemplate<object, ApiClientTemplateDto>' is not CLS-compliant
|
build:
TypeContractor.Tests/TypeScript/TypeScriptWriterTests.cs#L532
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
TypeContractor.Tests/TypeScript/TypeScriptWriterTests.cs#L533
Non-nullable property 'SomeBool' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|