sync-crds #20790
Annotations
21 warnings
sync-crds:
src/KubernetesCRDModelGen.Sync/GenericObject.cs#L8
Non-nullable property 'ApiVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
sync-crds:
src/KubernetesCRDModelGen.Sync/GenericObject.cs#L9
Non-nullable property 'Kind' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
sync-crds:
src/KubernetesCRDModelGen.Sync/GenericObject.cs#L10
Non-nullable property 'Metadata' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
sync-crds:
src/KubernetesCRDModelGen.Sync/GitHubRelease.cs#L5
Non-nullable property 'tag_name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
sync-crds:
src/KubernetesCRDModelGen.Sync/GitHubRelease.cs#L6
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
sync-crds:
src/KubernetesCRDModelGen.Sync/GitHubRelease.cs#L9
Non-nullable property 'assets' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
sync-crds:
src/KubernetesCRDModelGen.Sync/GitHubRelease.cs#L10
Non-nullable property 'tarball_url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
sync-crds:
src/KubernetesCRDModelGen.Sync/GitHubRelease.cs#L11
Non-nullable property 'zipball_url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
sync-crds:
src/KubernetesCRDModelGen.Sync/GitHubRelease.cs#L15
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
sync-crds:
src/KubernetesCRDModelGen.Sync/GitHubRelease.cs#L16
Non-nullable property 'browser_download_url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
sync-crds:
src/KubernetesCRDModelGen/Generator.cs#L71
Possible null reference argument for parameter 'text' in 'NameSyntax SyntaxFactory.ParseName(string text, int offset = 0, bool consumeFullText = true)'.
|
sync-crds:
src/KubernetesCRDModelGen/Generator.cs#L104
Possible null reference argument for parameter 'identifier' in 'ClassDeclarationSyntax SyntaxFactory.ClassDeclaration(string identifier)'.
|
sync-crds:
src/KubernetesCRDModelGen/Generator.cs#L315
Possible null reference argument for parameter 'name' in 'BaseTypeDeclarationSyntax[] Generator.GenerateClass(OpenApiSchema schema, string name, string? version = null, string? kind = null, string? group = null, string? plural = null)'.
|
sync-crds:
src/KubernetesCRDModelGen/Generator.cs#L447
Possible null reference argument for parameter 'identifier' in 'PropertyDeclarationSyntax SyntaxFactory.PropertyDeclaration(TypeSyntax type, string identifier)'.
|
sync-crds:
src/KubernetesCRDModelGen/Generator.cs#L23
Missing XML comment for publicly visible type or member 'Generator'
|
sync-crds:
src/KubernetesCRDModelGen/Generator.cs#L25
Missing XML comment for publicly visible type or member 'Generator.logger'
|
sync-crds:
src/KubernetesCRDModelGen/Generator.cs#L27
Missing XML comment for publicly visible type or member 'Generator.ModelNamespace'
|
sync-crds:
src/KubernetesCRDModelGen/Generator.cs#L51
Missing XML comment for publicly visible type or member 'Generator.Generator(ILogger<Generator>)'
|
sync-crds:
src/KubernetesCRDModelGen/Generator.cs#L500
Missing XML comment for publicly visible type or member 'Generator.CleanIdentifier(string, bool)'
|
sync-crds:
src/KubernetesCRDModelGen/IGenerator.cs#L7
Missing XML comment for publicly visible type or member 'IGenerator'
|
sync-crds
Input 'token' has been deprecated with message: GitHub token is no longer required
|