Skip to content

Fix triggers on load event when replace image (#318) #68

Fix triggers on load event when replace image (#318)

Fix triggers on load event when replace image (#318) #68

Triggered via push March 30, 2024 21:40
Status Success
Total duration 2m 3s
Artifacts

release.yml

on: push
deploy-to-nuget
1m 54s
deploy-to-nuget
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
deploy-to-nuget
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
deploy-to-nuget: src/Cropper.Blazor/Cropper.Blazor.Shared/Extensions/MethodInfoExtensions.cs#L177
Cannot convert null literal to non-nullable reference type.
deploy-to-nuget: src/Cropper.Blazor/Cropper.Blazor.Shared/Models/SitemapEntry.cs#L5
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-nuget: src/Cropper.Blazor/Cropper.Blazor.Shared/Extensions/XmlDocumentationExtension.cs#L55
Possible null reference argument for parameter 'type' in 'string ConvertToCsharpSource(Type type)'.
deploy-to-nuget: src/Cropper.Blazor/Cropper.Blazor.Shared/Extensions/XmlDocumentationExtension.cs#L135
Possible null reference argument for parameter 'key' in 'string Dictionary<string, string>.this[string key]'.
deploy-to-nuget: src/Cropper.Blazor/Cropper.Blazor.Shared/Extensions/XmlDocumentationExtension.cs#L154
Possible null reference argument for parameter 'typeFullNameString' in 'string XmlDocumentationExtension.XmlDocumentationKeyHelper(string typeFullNameString, string memberNameString)'.
deploy-to-nuget: src/Cropper.Blazor/Cropper.Blazor.Shared/Extensions/XmlDocumentationExtension.cs#L154
Cannot convert null literal to non-nullable reference type.
deploy-to-nuget: src/Cropper.Blazor/Cropper.Blazor.Shared/Extensions/MethodInfoExtensions.cs#L112
Possible null reference argument for parameter 'value' in 'string MethodInfoExtensions.PresentDefaultValue(object value)'.