Skip to content

merge delta change #144

merge delta change

merge delta change #144

Triggered via pull request December 23, 2024 02:28
Status Failure
Total duration 3m 47s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 14 warnings
build: AtlasSharp/AtlasView.xaml.cs#L296
Cannot implicitly convert type 'AtlasSharp.AtlasView.InputSignature[]' to 'Tiger.Schema.DXBCSemantic[]'
build: AtlasSharp/AtlasView.xaml.cs#L304
The type or namespace name 'InputSignature' does not exist in the namespace 'Tiger.Schema' (are you missing an assembly reference?)
build: AtlasSharp/AtlasView.xaml.cs#L305
Argument 1: cannot convert from 'ref Tiger.Schema.InputSignature[]' to 'ref Tiger.Schema.DXBCIOSignature[]'
build: AtlasSharp/AtlasView.xaml.cs#L307
The type or namespace name 'InputSignature' does not exist in the namespace 'Tiger.Schema' (are you missing an assembly reference?)
build: AtlasSharp/AtlasView.xaml.cs#L309
'DXBCSemantic' does not contain a definition for 'Semantic' and no accessible extension method 'Semantic' accepting a first argument of type 'DXBCSemantic' could be found (are you missing a using directive or an assembly reference?)
build: AtlasSharp/AtlasView.xaml.cs#L310
'DXBCSemantic' does not contain a definition for 'SemanticIndex' and no accessible extension method 'SemanticIndex' accepting a first argument of type 'DXBCSemantic' could be found (are you missing a using directive or an assembly reference?)
build: AtlasSharp/AtlasView.xaml.cs#L311
'DXBCSemantic' does not contain a definition for 'BufferIndex' and no accessible extension method 'BufferIndex' accepting a first argument of type 'DXBCSemantic' could be found (are you missing a using directive or an assembly reference?)
build: AtlasSharp/AtlasView.xaml.cs#L317
'DXBCSemantic' does not contain a definition for 'DxgiFormat' and no accessible extension method 'DxgiFormat' accepting a first argument of type 'DXBCSemantic' could be found (are you missing a using directive or an assembly reference?)
build: AtlasSharp/AtlasView.xaml.cs#L321
'DXBCSemantic' does not contain a definition for 'DxgiFormat' and no accessible extension method 'DxgiFormat' accepting a first argument of type 'DXBCSemantic' could be found (are you missing a using directive or an assembly reference?)
build: AtlasSharp/AtlasView.xaml.cs#L330
'DXBCSemantic' does not contain a definition for 'DxgiFormat' and no accessible extension method 'DxgiFormat' accepting a first argument of type 'DXBCSemantic' could be found (are you missing a using directive or an assembly reference?)
build
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build: Arithmic/Log.cs#L33
Converting null literal or possible null value to non-nullable type.
build: Arithmic/Log.cs#L35
Dereference of a possibly null reference.
build: Arithmic/Log.cs#L35
Nullability of reference types in type of parameter 'sender' of 'void ISink.OnLogEvent(object sender, LogEventArgs e)' doesn't match the target delegate 'EventHandler<LogEventArgs>' (possibly because of nullability attributes).
build: Arithmic/Log.cs#L39
Cannot convert null literal to non-nullable reference type.
build: Arithmic/Log.cs#L18
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Arithmic/Log.cs#L19
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Arithmic/FileSink.cs#L46
Possible null reference argument for parameter 'path' in 'void File.AppendAllText(string path, string? contents)'.