Skip to content

feat: add nullability information to type nodes #50

feat: add nullability information to type nodes

feat: add nullability information to type nodes #50

Triggered via push October 19, 2024 07:01
Status Success
Total duration 47s
Artifacts

tests.yaml

on: push
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
🧪 Evaluate Tests on macos-latest: Chickensoft.Introspection.Generator.Tests/test_cases/BaseClass.cs#L111
Type 'ExtendsTypeFromSomewhereElse' directly or indirectly inherits 'IList' without implementing any of 'IList<T>', 'IReadOnlyList<T>'. Publicly-visible types should implement the generic version to broaden usability. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1010)
🧪 Evaluate Tests on macos-latest: Chickensoft.Introspection.Generator.Tests/test_cases/TypeInGlobalScope.cs#L3
Declare types in namespaces (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1050)
🧪 Evaluate Tests on macos-latest: Chickensoft.Introspection.Generator.Tests/test_cases/BaseClass.cs#L111
Type 'ExtendsTypeFromSomewhereElse' directly or indirectly inherits 'IList' without implementing any of 'IList<T>', 'IReadOnlyList<T>'. Publicly-visible types should implement the generic version to broaden usability. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1010)
🧪 Evaluate Tests on macos-latest: Chickensoft.Introspection.Generator.Tests/test_cases/TypeInGlobalScope.cs#L3
Declare types in namespaces (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1050)