Add Opener Widget that merge FileOpener and LinkOpener #82
Annotations
20 warnings
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.
|
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.
|
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.
|
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.
|
src/Shared/Corathing.Contracts/Attributes/EntryCoraDataSourceAttribute.cs#L32
Possible null reference assignment.
|
src/Shared/Corathing.Contracts/Attributes/EntryCoraDataSourceAttribute.cs#L33
Possible null reference assignment.
|
src/Shared/Corathing.Contracts/Attributes/EntryCoraDataSourceAttribute.cs#L34
Possible null reference assignment.
|
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.
|
src/Shared/Corathing.Contracts/Attributes/EntryCoraDataSourceAttribute.cs#L20
Non-nullable field 'Description' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/Shared/Corathing.Contracts/Attributes/EntryCoraDataSourceAttribute.cs#L20
Non-nullable field 'DefaultTitle' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/Shared/Corathing.UI/ObjectModel/ObservableItemCollection.cs#L185
Possible null reference argument for parameter 'items' in 'void ObservableItemCollection<T>.RegisterPropertyChangedEvents(IEnumerable items)'.
|
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.
|
src/Shared/Corathing.UI/ObjectModel/ObservableItemCollection.cs#L189
Possible null reference argument for parameter 'items' in 'void ObservableItemCollection<T>.UnregisterPropertyChangedEvents(IEnumerable items)'.
|
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.
|
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.
|
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.
|
src/Shared/Corathing.Contracts/Entries/CoraWidgetInfo.cs#L54
Non-nullable property 'CoraPackageInfo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Shared/Corathing.Contracts/Entries/CoraWidgetInfo.cs#L56
Non-nullable property 'WidgetContextType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Shared/Corathing.Contracts/Entries/CoraWidgetInfo.cs#L57
Non-nullable property 'WidgetCustomSettingsType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Shared/Corathing.Contracts/Entries/CoraWidgetInfo.cs#L58
Non-nullable property 'WidgetCustomSettingsContextType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading