Skip to content

some new elements and convenience overloads #54

some new elements and convenience overloads

some new elements and convenience overloads #54

Triggered via push October 19, 2023 14:23
Status Success
Total duration 45s
Artifacts

msbuild.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: DV8.Html/Utils/Dicts.cs#L27
Possible null reference assignment.
build: DV8.Html/Utils/Strings.cs#L9
Possible null reference return.
build: DV8.Html/Utils/Strings.cs#L14
Possible null reference return.
build: DV8.Html/Accessors/ElementAccessors.cs#L12
Possible null reference return.
build: DV8.Html/Utils/Reflect.cs#L44
Possible null reference return.
build: DV8.Html/Utils/DictionaryExtensions.cs#L14
Converting null literal or possible null value to non-nullable type.
build: DV8.Html/Utils/DictionaryExtensions.cs#L23
Converting null literal or possible null value to non-nullable type.
build: DV8.Html/Utils/Reflect.cs#L73
Nullability of reference types in value of type 'IEnumerable<Type?>' doesn't match target type 'IEnumerable<Type>'.
build: DV8.Html/Support/HtmlSupport.cs#L208
Dereference of a possibly null reference.
build: DV8.Html/Support/HtmlSupport.cs#L208
Possible null reference return.
build: DV8.Html/Utils/DictionaryExtensions.cs#L9
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'IDictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
build: DV8.Html/Utils/DictionaryExtensions.cs#L18
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'IDictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
build: DV8.Html/Utils/Dicts.cs#L27
The type 'TK' cannot be used as type parameter 'TKey' in the generic type or method 'IDictionary<TKey, TValue>'. Nullability of type argument 'TK' doesn't match 'notnull' constraint.
build: DV8.Html/Utils/Dicts.cs#L43
The type 'TK' cannot be used as type parameter 'TKey' in the generic type or method 'IDictionary<TKey, TValue>'. Nullability of type argument 'TK' doesn't match 'notnull' constraint.
build: DV8.Html/Utils/Dicts.cs#L27
Possible null reference assignment.
build: DV8.Html/Accessors/ElementAccessors.cs#L12
Possible null reference return.
build: DV8.Html/Utils/Strings.cs#L9
Possible null reference return.
build: DV8.Html/Utils/Strings.cs#L14
Possible null reference return.
build: DV8.Html/Elements/TextContent.cs#L22
Possible null reference argument for parameter 'text' in 'void HtmlWriter.WriteRaw(string text)'.
build: DV8.Html/Utils/Reflect.cs#L44
Possible null reference return.