Skip to content

publish-internal

publish-internal #102

Manually triggered February 27, 2024 13:18
Status Failure
Total duration 7m 16s
Artifacts

publish-internal.yml

on: workflow_dispatch
read-input
7s
read-input
publish-nuget-packages
3m 57s
publish-nuget-packages
publish-dotvvm-types
6m 48s
publish-dotvvm-types
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 19 warnings
publish-nuget-packages
Invalid NuGet version string: '4.3.0-preview03 -final'.
publish-nuget-packages
Invalid NuGet version string: '4.3.0-preview03 -final'.
publish-nuget-packages
Invalid NuGet version string: '4.3.0-preview03 -final'.
publish-nuget-packages
Invalid NuGet version string: '4.3.0-preview03 -final'.
publish-nuget-packages
Invalid NuGet version string: '4.3.0-preview03 -final'.
publish-nuget-packages
Invalid NuGet version string: '4.3.0-preview03 -final'.
publish-nuget-packages
Invalid NuGet version string: '4.3.0-preview03 -final'.
publish-nuget-packages
Invalid NuGet version string: '4.3.0-preview03 -final'.
publish-nuget-packages
Invalid NuGet version string: '4.3.0-preview03 -final'.
publish-nuget-packages
Invalid NuGet version string: '4.3.0-preview03 -final'.
publish-dotvvm-types
Process completed with exit code 1.
read-input
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
publish-nuget-packages
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
publish-nuget-packages
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
publish-nuget-packages
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
publish-nuget-packages
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
publish-nuget-packages
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
publish-nuget-packages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, nuget/setup-nuget@v1, actions/cache@v3, actions/setup-node@v3, actions/setup-dotnet@v3, microsoft/setup-msbuild@v1.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
publish-nuget-packages
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
publish-nuget-packages
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
publish-dotvvm-types
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
publish-dotvvm-types
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
publish-dotvvm-types
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
publish-dotvvm-types
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
publish-dotvvm-types
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
publish-dotvvm-types: src/Framework/Framework/Utils/ReadOnlyDictionaryWrapper.cs#L30
Nullability of reference types in type of parameter 'value' of 'bool ReadOnlyDictionaryWrapper<TKey, TValue>.TryGetValue(TKey key, out TValue value)' doesn't match implicitly implemented member 'bool IReadOnlyDictionary<TKey, TValue>.TryGetValue(TKey key, out TValue value)' (possibly because of nullability attributes).
publish-dotvvm-types: src/Framework/Framework/Utils/ReadOnlyDictionaryWrapper.cs#L30
Nullability of reference types in type of parameter 'value' of 'bool ReadOnlyDictionaryWrapper<TKey, TValue>.TryGetValue(TKey key, out TValue value)' doesn't match implicitly implemented member 'bool IReadOnlyDictionary<TKey, TValue>.TryGetValue(TKey key, out TValue value)' (possibly because of nullability attributes).
publish-dotvvm-types: src/Framework/Framework/ViewModel/Serialization/DefaultViewModelSerializer.cs#L374
Possible null reference argument for parameter 'controlUniqueId' in 'DotvvmControl? DotvvmControl.FindControlByUniqueId(string controlUniqueId)'.
publish-dotvvm-types: src/Framework/Framework/ViewModel/Serialization/DefaultViewModelSerializer.cs#L379
Possible null reference argument for parameter 'commandId' in 'ActionInfo CommandResolver.GetFunction(DotvvmControl? targetControl, DotvvmControl viewRootControl, IDotvvmRequestContext context, string[] path, string commandId, Func<Type, object?>[] args)'.
publish-dotvvm-types: src/Framework/Framework/ViewModel/Serialization/DefaultViewModelSerializer.cs#L383
Possible null reference argument for parameter 'command' in 'ActionInfo CommandResolver.GetFunction(DotvvmControl viewRootControl, IDotvvmRequestContext context, string[] path, string command, Func<Type, object?>[] args)'.