Skip to content

Add GraphBuild parameter to AbpBundleCommand #47

Add GraphBuild parameter to AbpBundleCommand

Add GraphBuild parameter to AbpBundleCommand #47

Triggered via push December 18, 2023 08:05
Status Success
Total duration 24s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.