Skip to content

升级silky组件版本号 #33

升级silky组件版本号

升级silky组件版本号 #33

Triggered via push June 14, 2024 07:00
Status Success
Total duration 1m 42s
Artifacts

dotnet.yml

on: push
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: framework/src/Silky.Core/HostBuilderExtensions.cs#L15
Cannot convert null literal to non-nullable reference type.
build: framework/src/Silky.Core/Utils/CultureHelper.cs#L10
Cannot convert null literal to non-nullable reference type.
build: framework/src/Silky.Core/Utils/CultureHelper.cs#L22
Cannot convert null literal to non-nullable reference type.
build: framework/src/Silky.Core/Configuration/ConfigurationHelper.cs#L15
Cannot convert null literal to non-nullable reference type.
build: framework/src/Silky.Core/Utils/ReflectionHelper.cs#L86
Cannot convert null literal to non-nullable reference type.
build: framework/src/Silky.Core/Utils/ReflectionHelper.cs#L107
Cannot convert null literal to non-nullable reference type.
build: framework/src/Silky.Core/Reflection/AppDomainTypeFinder.cs#L25
Cannot convert null literal to non-nullable reference type.
build: framework/src/Silky.Core/Reflection/SilkyAppTypeFinder.cs#L16
Cannot convert null literal to non-nullable reference type.
build: framework/src/Silky.Core/Exceptions/ValidationException.cs#L47
'ValidationException.LogLevel' hides inherited member 'SilkyException.LogLevel'. Use the new keyword if hiding was intended.
build: framework/src/Silky.Core/Extensions/Collections/Generic/DictionaryExtensions.cs#L39
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.