build fix #3
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build .NET Project:
src/StoryblokSharp/Services/RichText/RichTextRenderer.cs#L68
Possible null reference assignment.
|
Build .NET Project:
src/StoryblokSharp/Services/RichText/HtmlSanitizer.cs#L27
Non-nullable field '_allowedTags' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build .NET Project:
src/StoryblokSharp/Services/RichText/DefaultRichTextSchema.cs#L72
Dereference of a possibly null reference.
|
Build .NET Project:
src/StoryblokSharp/Http/StoryblokHttpClient.cs#L215
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 .NET Project:
src/StoryblokSharp/Services/RichText/HtmlSanitizer.cs#L13
Field 'HtmlSanitizer._allowedTags' is never assigned to, and will always have its default value null
|
Build .NET Project:
src/StoryblokSharp/Components/BlazorComponentResolver .cs#L8
Declare types in namespaces (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1050)
|
Build .NET Project:
src/StoryblokSharp/Models/Json/DownloadImageSrcConverter.cs#L4
Declare types in namespaces (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1050)
|
Build .NET Project:
src/StoryblokSharp/Models/RichText/IComponentRenderer.cs#L4
Declare types in namespaces (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1050)
|
Build .NET Project:
src/StoryblokSharp/Services/RichText/IRichTextRenderer.cs#L7
Declare types in namespaces (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1050)
|
Build .NET Project:
src/StoryblokSharp/Utilities/ThrottleQueue.cs#L6
Rename type name ThrottleQueue so that it does not end in 'Queue' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
Loading