Skip to content

Fix build on C# samples #41

Fix build on C# samples

Fix build on C# samples #41

Triggered via push May 3, 2024 14:10
Status Success
Total duration 3m 14s
Artifacts

deploy.yml

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

Annotations

30 warnings
build (macos-14): SectionMattr.Samples.Csharp/Basic.cs#L5
The entry point of the program is global code; ignoring 'Basic.Main()' entry point.
build (macos-14): SectionMattr.Samples.Csharp/Option.cs#L21
The entry point of the program is global code; ignoring 'Option.Main()' entry point.
build (macos-14): SectionMattr.Samples.Csharp/Parser.cs#L37
The entry point of the program is global code; ignoring 'Parser.Main()' entry point.
build (macos-14): SectionMattr.Samples.Csharp/Parser.cs#L23
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (macos-14): SectionMattr.Samples.Csharp/Option.cs#L14
Converting null literal or possible null value to non-nullable type.
build (macos-14): SectionMattr.Samples.Csharp/Option.cs#L15
Possible null reference argument for parameter 'data' in 'MattrSection<ParsedJsonData> NewMattr.AppendData<ParsedJsonData>(ParsedJsonData data, MattrSection<string> section)'.
build (macos-14): SectionMattr.Samples.Csharp/Parser.cs#L16
Converting null literal or possible null value to non-nullable type.
build (macos-14): SectionMattr.Samples.Csharp/Parser.cs#L17
Possible null reference argument for parameter 'data' in 'MattrSection<ParsedJsonData> NewMattr.AppendData<ParsedJsonData>(ParsedJsonData data, MattrSection<string> section)'.
build (macos-14): SectionMattr.Samples.Csharp/Parser.cs#L9
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (macos-14): SectionMattr.Samples.Csharp/Option.cs#L7
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (ubuntu-22.04): SectionMattr.Samples.Csharp/Basic.cs#L5
The entry point of the program is global code; ignoring 'Basic.Main()' entry point.
build (ubuntu-22.04): SectionMattr.Samples.Csharp/Option.cs#L21
The entry point of the program is global code; ignoring 'Option.Main()' entry point.
build (ubuntu-22.04): SectionMattr.Samples.Csharp/Parser.cs#L37
The entry point of the program is global code; ignoring 'Parser.Main()' entry point.
build (ubuntu-22.04): SectionMattr.Samples.Csharp/Parser.cs#L23
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (ubuntu-22.04): SectionMattr.Samples.Csharp/Parser.cs#L16
Converting null literal or possible null value to non-nullable type.
build (ubuntu-22.04): SectionMattr.Samples.Csharp/Parser.cs#L17
Possible null reference argument for parameter 'data' in 'MattrSection<ParsedJsonData> NewMattr.AppendData<ParsedJsonData>(ParsedJsonData data, MattrSection<string> section)'.
build (ubuntu-22.04): SectionMattr.Samples.Csharp/Option.cs#L14
Converting null literal or possible null value to non-nullable type.
build (ubuntu-22.04): SectionMattr.Samples.Csharp/Option.cs#L15
Possible null reference argument for parameter 'data' in 'MattrSection<ParsedJsonData> NewMattr.AppendData<ParsedJsonData>(ParsedJsonData data, MattrSection<string> section)'.
build (ubuntu-22.04): SectionMattr.Samples.Csharp/Option.cs#L7
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (ubuntu-22.04): SectionMattr.Samples.Csharp/Parser.cs#L9
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (windows-2022): SectionMattr.Samples.Csharp/Basic.cs#L5
The entry point of the program is global code; ignoring 'Basic.Main()' entry point.
build (windows-2022): SectionMattr.Samples.Csharp/Option.cs#L21
The entry point of the program is global code; ignoring 'Option.Main()' entry point.
build (windows-2022): SectionMattr.Samples.Csharp/Parser.cs#L37
The entry point of the program is global code; ignoring 'Parser.Main()' entry point.
build (windows-2022): SectionMattr.Samples.Csharp/Parser.cs#L9
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (windows-2022): SectionMattr.Samples.Csharp/Option.cs#L14
Converting null literal or possible null value to non-nullable type.
build (windows-2022): SectionMattr.Samples.Csharp/Option.cs#L15
Possible null reference argument for parameter 'data' in 'MattrSection<ParsedJsonData> NewMattr.AppendData<ParsedJsonData>(ParsedJsonData data, MattrSection<string> section)'.
build (windows-2022): SectionMattr.Samples.Csharp/Option.cs#L7
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (windows-2022): SectionMattr.Samples.Csharp/Parser.cs#L16
Converting null literal or possible null value to non-nullable type.
build (windows-2022): SectionMattr.Samples.Csharp/Parser.cs#L17
Possible null reference argument for parameter 'data' in 'MattrSection<ParsedJsonData> NewMattr.AppendData<ParsedJsonData>(ParsedJsonData data, MattrSection<string> section)'.
build (windows-2022): SectionMattr.Samples.Csharp/Parser.cs#L23
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.