fix: static properties #21
Annotations
4 warnings
🧪 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)
|
🧪 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)
|