Skip to content

Merge branch 'dev' of http://git.newlifex.com/NewLife/X into dev #206

Merge branch 'dev' of http://git.newlifex.com/NewLife/X into dev

Merge branch 'dev' of http://git.newlifex.com/NewLife/X into dev #206

Triggered via push November 24, 2023 22:46
Status Success
Total duration 2m 41s
Artifacts

publish-beta.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-publish: NewLife.Core/Reflection/ScriptEngine.cs#L170
Argument of type 'object?[]' cannot be used for parameter 'args' of type 'object[]' in 'Type[] Reflect.GetTypeArray(object[] args)' due to differences in the nullability of reference types.
build-publish: NewLife.Core/Reflection/ScriptEngine.cs#L170
Argument of type 'object?[]' cannot be used for parameter 'args' of type 'object[]' in 'Type[] Reflect.GetTypeArray(object[] args)' due to differences in the nullability of reference types.
build-publish: NewLife.Core/Reflection/ScriptEngine.cs#L170
Argument of type 'object?[]' cannot be used for parameter 'args' of type 'object[]' in 'Type[] Reflect.GetTypeArray(object[] args)' due to differences in the nullability of reference types.
build-publish: NewLife.Core/Reflection/ScriptEngine.cs#L170
Argument of type 'object?[]' cannot be used for parameter 'args' of type 'object[]' in 'Type[] Reflect.GetTypeArray(object[] args)' due to differences in the nullability of reference types.
build-publish: NewLife.Core/Reflection/ScriptEngine.cs#L170
Argument of type 'object?[]' cannot be used for parameter 'args' of type 'object[]' in 'Type[] Reflect.GetTypeArray(object[] args)' due to differences in the nullability of reference types.
build-publish: Test/Program.cs#L33
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.
build-publish: Test/Program.cs#L358
'SslProtocols.Tls' is obsolete: 'TLS versions 1.0 and 1.1 have known vulnerabilities and are not recommended. Use a newer TLS version instead, or use SslProtocols.None to defer to OS defaults.' (https://aka.ms/dotnet-warnings/SYSLIB0039)
build-publish: Test/Program.cs#L374
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.
build-publish: NewLife.Core/Reflection/ScriptEngine.cs#L170
Argument of type 'object?[]' cannot be used for parameter 'args' of type 'object[]' in 'Type[] Reflect.GetTypeArray(object[] args)' due to differences in the nullability of reference types.
build-publish: XUnitTest.Core/Collections/CollectionHelperTests.cs#L37
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.