Skip to content

publish-internal

publish-internal #90

Manually triggered November 19, 2023 10:25
Status Success
Total duration 16m 23s
Artifacts

publish-internal.yml

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

Annotations

26 warnings
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#L406
Possible null reference argument for parameter 'controlUniqueId' in 'DotvvmControl? DotvvmControl.FindControlByUniqueId(string controlUniqueId)'.
publish-dotvvm-types: src/Framework/Framework/Controls/HtmlWriter.cs#L371
Possible null reference argument for parameter 'value' in 'void HtmlWriter.WriteAttributeValue(string value)'.
publish-dotvvm-types: src/Framework/Framework/Controls/HtmlGenericControl.cs#L506
Possible null reference argument for parameter 'text' in 'Literal.Literal(string text, bool renderSpan = false)'.
publish-dotvvm-types: src/Framework/Framework/Storage/FileSystemReturnedFileStorage.cs#L88
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
publish-dotvvm-types: src/Framework/Framework/Hosting/ErrorPages/ErrorFormatter.cs#L115
Dereference of a possibly null reference.
publish-dotvvm-types: src/Framework/Framework/Compilation/Javascript/JsPrettificationVisitor.cs#L164
The type 'DotVVM.Framework.Compilation.Javascript.Ast.JsExpression?' cannot be used as type parameter 'TNewNode' in the generic type or method 'JsAstHelpers.ReplaceWith<TNode, TNewNode>(TNode, Func<TNode, TNewNode>)'. Nullability of type argument 'DotVVM.Framework.Compilation.Javascript.Ast.JsExpression?' doesn't match constraint type 'DotVVM.Framework.Compilation.Javascript.Ast.JsNode'.
publish-dotvvm-types: src/Framework/Framework/Compilation/Javascript/JsPrettificationVisitor.cs#L164
The type 'DotVVM.Framework.Compilation.Javascript.Ast.JsExpression?' cannot be used as type parameter 'T' in the generic type or method 'JsAstHelpers.Detach<T>(T)'. Nullability of type argument 'DotVVM.Framework.Compilation.Javascript.Ast.JsExpression?' doesn't match constraint type 'DotVVM.Framework.Compilation.Javascript.Ast.JsNode'.
publish-dotvvm-types: src/Framework/Framework/Compilation/Javascript/JsPrettificationVisitor.cs#L164
Nullability of reference types in return type of 'lambda expression' doesn't match the target delegate 'Func<JsBinaryExpression, JsExpression?>' (possibly because of nullability attributes).
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
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: 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-nuget-packages: 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-nuget-packages: src/Framework/Framework/ViewModel/Serialization/DefaultViewModelSerializer.cs#L406
Possible null reference argument for parameter 'controlUniqueId' in 'DotvvmControl? DotvvmControl.FindControlByUniqueId(string controlUniqueId)'.
publish-nuget-packages: src/Framework/Framework/Controls/HtmlWriter.cs#L371
Possible null reference argument for parameter 'value' in 'void HtmlWriter.WriteAttributeValue(string value)'.
publish-nuget-packages: src/Framework/Framework/Controls/HtmlGenericControl.cs#L506
Possible null reference argument for parameter 'text' in 'Literal.Literal(string text, bool renderSpan = false)'.
publish-nuget-packages: src/Framework/Framework/Hosting/ErrorPages/ErrorFormatter.cs#L115
Dereference of a possibly null reference.
publish-nuget-packages: src/Framework/Framework/Storage/FileSystemReturnedFileStorage.cs#L88
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
publish-nuget-packages: src/Framework/Framework/Compilation/Javascript/JsPrettificationVisitor.cs#L164
The type 'DotVVM.Framework.Compilation.Javascript.Ast.JsExpression?' cannot be used as type parameter 'TNewNode' in the generic type or method 'JsAstHelpers.ReplaceWith<TNode, TNewNode>(TNode, Func<TNode, TNewNode>)'. Nullability of type argument 'DotVVM.Framework.Compilation.Javascript.Ast.JsExpression?' doesn't match constraint type 'DotVVM.Framework.Compilation.Javascript.Ast.JsNode'.
publish-nuget-packages: src/Framework/Framework/Compilation/Javascript/JsPrettificationVisitor.cs#L164
The type 'DotVVM.Framework.Compilation.Javascript.Ast.JsExpression?' cannot be used as type parameter 'T' in the generic type or method 'JsAstHelpers.Detach<T>(T)'. Nullability of type argument 'DotVVM.Framework.Compilation.Javascript.Ast.JsExpression?' doesn't match constraint type 'DotVVM.Framework.Compilation.Javascript.Ast.JsNode'.
publish-nuget-packages: src/Framework/Framework/Compilation/Javascript/JsPrettificationVisitor.cs#L164
Nullability of reference types in return type of 'lambda expression' doesn't match the target delegate 'Func<JsBinaryExpression, JsExpression?>' (possibly because of nullability attributes).