Fix run command path problem #52
Annotations
10 warnings
build:
src/AbpDevTools/Notifications/DefaultNotificationManager.cs#L4
Cannot convert null literal to non-nullable reference type.
|
build:
src/AbpDevTools/Notifications/INotificationManager.cs#L4
Cannot convert null literal to non-nullable reference type.
|
build:
src/AbpDevTools/Notifications/INotificationManager.cs#L4
Cannot convert null literal to non-nullable reference type.
|
build:
src/AbpDevTools/Notifications/MacCatalystNotificationManager.cs#L16
Cannot convert null literal to non-nullable reference type.
|
build:
src/AbpDevTools/Notifications/MacCatalystNotificationManager.cs#L16
Cannot convert null literal to non-nullable reference type.
|
build:
src/AbpDevTools/Notifications/WindowsNotificationManager.cs#L20
Cannot convert null literal to non-nullable reference type.
|
build:
src/AbpDevTools/Notifications/WindowsNotificationManager.cs#L20
Cannot convert null literal to non-nullable reference type.
|
build:
src/AbpDevTools/Configuration/ReplacementOption.cs#L4
Non-nullable property 'FilePattern' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/AbpDevTools/Configuration/ReplacementOption.cs#L5
Non-nullable property 'Find' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/AbpDevTools/Configuration/ReplacementOption.cs#L6
Non-nullable property 'Replace' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|