publish-internal #114
Annotations
10 warnings
|
|
|
|
|
|
src/Framework/Framework/Utils/ReadOnlyDictionaryWrapper.cs#L30
Nullability of reference types in type of parameter 'value' of 'bool ReadOnlyDictionaryWrapper<TKey, TValue>.TryGetValue(TKey key, out TValue value)' doesn't match implicitly implemented member 'bool IReadOnlyDictionary<TKey, TValue>.TryGetValue(TKey key, out TValue value)' (possibly because of nullability attributes).
|
src/Framework/Framework/ViewModel/Serialization/DefaultViewModelSerializer.cs#L375
Possible null reference argument for parameter 'controlUniqueId' in 'DotvvmControl? DotvvmControl.FindControlByUniqueId(string controlUniqueId)'.
|
src/Framework/Framework/Controls/HtmlWriter.cs#L371
Possible null reference argument for parameter 'value' in 'void HtmlWriter.WriteAttributeValue(string value)'.
|
src/Framework/Framework/Controls/HtmlGenericControl.cs#L506
Possible null reference argument for parameter 'text' in 'Literal.Literal(string text, bool renderSpan = false)'.
|
This job succeeded
Loading