Skip to content

Remove link opener

Remove link opener #83

Triggered via push July 17, 2024 09:00
Status Failure
Total duration 1m 50s
Artifacts

ci.yml

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

Annotations

3 errors and 10 warnings
build (x64): src/Widgets/Corathing.Widgets.Basics/Widgets/Monacos/MonacoWidget.xaml.cs#L21
The type or namespace name 'LinkOpeners' does not exist in the namespace 'Corathing.Widgets.Basics.Widgets' (are you missing an assembly reference?)
build (x64): src/Widgets/Corathing.Widgets.Basics/Widgets/Notes/NoteWidget.xaml.cs#L20
The type or namespace name 'LinkOpeners' does not exist in the namespace 'Corathing.Widgets.Basics.Widgets' (are you missing an assembly reference?)
build (x64)
Process completed with exit code 1.
build (x64): src/Shared/Corathing.UI/ObjectModel/ObservableItemCollection.cs#L185
Possible null reference argument for parameter 'items' in 'void ObservableItemCollection<T>.RegisterPropertyChangedEvents(IEnumerable items)'.
build (x64): src/Shared/Corathing.UI/ObjectModel/ObservableItemCollection.cs#L189
Possible null reference argument for parameter 'items' in 'void ObservableItemCollection<T>.UnregisterPropertyChangedEvents(IEnumerable items)'.
build (x64): src/Shared/Corathing.Contracts/Services/IStorageService.cs#L29
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): src/Shared/Corathing.Contracts/Services/IStorageService.cs#L30
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): src/Shared/Corathing.Contracts/Services/IAuthService.cs#L26
Non-nullable field 'username' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (x64): src/Shared/Corathing.Contracts/Services/IAuthService.cs#L27
Non-nullable field 'password' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (x64): src/Shared/Corathing.Contracts/Attributes/EntryCoraDataSourceAttribute.cs#L20
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.