Package up Release. #5
Annotations
12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: gittools/actions/gitversion/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, gittools/actions/gitversion/[email protected], actions/checkout@v3, actions/cache@v3, gittools/actions/gitversion/[email protected], softprops/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/UmbNav.Core/ValueConnectors/UmbNavValueConnector.cs#L69
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/UmbNav.Core/ValueConnectors/UmbNavValueConnector.cs#L69
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/UmbNav.Core/ValueConnectors/UmbNavValueConnector.cs#L81
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/UmbNav.Core/ValueConnectors/UmbNavValueConnector.cs#L81
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/UmbNav.Core/ValueConnectors/UmbNavValueConnector.cs#L81
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/UmbNav.Core/TagHelpers/UmbnavItemTagHelper.cs#L45
'UmbNavItem.IsActive' is obsolete: 'If you need to check ancestors, use the IsActive() extension instead'
|
build:
src/UmbNav.Core/Services/UmbNavMenuBuilderService.cs#L126
'UmbNavItem.IsActive' is obsolete: 'If you need to check ancestors, use the IsActive() extension instead'
|
build:
src/UmbNav.Core/Services/UmbNavMenuBuilderService.cs#L163
'UmbNavItem.IsActive' is obsolete: 'If you need to check ancestors, use the IsActive() extension instead'
|
build:
src/UmbNav.Core/Services/UmbNavMenuBuilderService.cs#L176
'UmbNavItem.IsActive' is obsolete: 'If you need to check ancestors, use the IsActive() extension instead'
|
build:
src/UmbNav.Core/ValueConnectors/UmbNavValueConnector.cs#L69
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|