Skip to content

feat(): angular support #61

feat(): angular support

feat(): angular support #61

Triggered via pull request March 3, 2024 10:21
Status Success
Total duration 19s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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.