Skip to content

chore: Move from Azure DevOps Pipelines to GitHub Actions #4

chore: Move from Azure DevOps Pipelines to GitHub Actions

chore: Move from Azure DevOps Pipelines to GitHub Actions #4

Triggered via pull request March 1, 2025 21:22
Status Success
Total duration 51s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Microsoft.Security.Application.HtmlSanitization/TextConverters/HTML/HtmlToken.cs#L100
Non-nullable field 'attributeList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Microsoft.Security.Application.HtmlSanitization/TextConverters/HtmlToHtml.cs#L199
Cannot convert null literal to non-nullable reference type.
build: Microsoft.Security.Application.HtmlSanitization/TextConverters/HtmlToHtml.cs#L232
Cannot convert null literal to non-nullable reference type.
build: Microsoft.Security.Application.HtmlSanitization/Shared/DefaultApplicationServices.cs#L65
Converting null literal or possible null value to non-nullable type.
build: Microsoft.Security.Application.HtmlSanitization/Shared/DefaultApplicationServices.cs#L126
Cannot convert null literal to non-nullable reference type.
build: Microsoft.Security.Application.HtmlSanitization/Shared/DefaultApplicationServices.cs#L44
Non-nullable field 'configurationSubSections' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Microsoft.Security.Application.HtmlSanitization/Shared/CtsConfigurationSection.cs#L38
Non-nullable field 'properties' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Microsoft.Security.Application.HtmlSanitization/TextConverters/HtmlToHtml.cs#L364
Converting null literal or possible null value to non-nullable type.
build: Microsoft.Security.Application.HtmlSanitization/TextConverters/HtmlToHtml.cs#L369
Possible null reference argument for parameter 'injectHead' in 'HtmlInjection.HtmlInjection(string injectHead, string injectTail, HeaderFooterFormat injectionFormat, bool filterHtml, HtmlTagCallback callback, bool testBoundaryConditions, Stream traceStream, IProgressMonitor progressMonitor)'.
build: Microsoft.Security.Application.HtmlSanitization/TextConverters/HtmlToHtml.cs#L375
Cannot convert null literal to non-nullable reference type.