Skip to content
Triggered via push December 11, 2023 20:26
Status Failure
Total duration 3m 25s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build
Cannot implicitly convert type 'Microsoft.UI.Xaml.Controls.TextBlock' to 'string'
build
Cannot implicitly convert type 'Microsoft.UI.Xaml.Controls.TextBlock' to 'string'
build
Process completed with exit code 1.
build: UnexpectedApis/UnexpectedApis/UserControls/CodeSampleControl.xaml.cs#L13
'CodeSampleControl.Content' hides inherited member 'ContentControl.Content'. Use the new keyword if hiding was intended.
build: UnexpectedApis/UnexpectedApis/UserControls/CodeSampleControl.xaml.cs#L19
'CodeSampleControl.ContentProperty' hides inherited member 'ContentControl.ContentProperty'. Use the new keyword if hiding was intended.
build: UnexpectedApis/UnexpectedApis/Helpers/MidiDeviceWatcher.cs#L16
Cannot convert null literal to non-nullable reference type.
build: UnexpectedApis/UnexpectedApis/Helpers/MidiDeviceWatcher.cs#L17
Cannot convert null literal to non-nullable reference type.
build: UnexpectedApis/UnexpectedApis/Helpers/MidiDeviceWatcher.cs#L22
Cannot convert null literal to non-nullable reference type.
build: UnexpectedApis/UnexpectedApis/Helpers/MidiDeviceInfo.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: UnexpectedApis/UnexpectedApis/Helpers/MidiDeviceInfo.cs#L13
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: UnexpectedApis/UnexpectedApis/Converters/FromBoolToValueConverter.cs#L7
Non-nullable property 'NullValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: UnexpectedApis/UnexpectedApis/Converters/FromBoolToValueConverter.cs#L9
Non-nullable property 'TrueValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: UnexpectedApis/UnexpectedApis/Converters/FromBoolToValueConverter.cs#L11
Non-nullable property 'FalseValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.