Skip to content

feat(lib): Improve handling of types with generic arguments #123 #373

feat(lib): Improve handling of types with generic arguments #123

feat(lib): Improve handling of types with generic arguments #123 #373

Triggered via pull request January 13, 2025 12:06
Status Success
Total duration 1m 4s
Artifacts

release.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.