publish-internal #117
Annotations
1 error and 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/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#L374
Possible null reference argument for parameter 'controlUniqueId' in 'DotvvmControl? DotvvmControl.FindControlByUniqueId(string controlUniqueId)'.
|
src/Framework/Framework/ViewModel/Serialization/DefaultViewModelSerializer.cs#L379
Possible null reference argument for parameter 'commandId' in 'ActionInfo CommandResolver.GetFunction(DotvvmControl? targetControl, DotvvmControl viewRootControl, IDotvvmRequestContext context, string[] path, string commandId, Func<Type, object?>[] args)'.
|
src/Framework/Framework/ViewModel/Serialization/DefaultViewModelSerializer.cs#L383
Possible null reference argument for parameter 'command' in 'ActionInfo CommandResolver.GetFunction(DotvvmControl viewRootControl, IDotvvmRequestContext context, string[] path, string command, Func<Type, object?>[] args)'.
|
src/Framework/Framework/Controls/HtmlWriter.cs#L371
Possible null reference argument for parameter 'value' in 'void HtmlWriter.WriteAttributeValue(string value)'.
|
src/Framework/Framework/Hosting/ErrorPages/ErrorFormatter.cs#L115
Dereference of a possibly null reference.
|
src/Framework/Framework/Controls/HtmlGenericControl.cs#L506
Possible null reference argument for parameter 'text' in 'Literal.Literal(string text, bool renderSpan = false)'.
|
src/Framework/Framework/Controls/GridViewColumn.cs#L213
Possible null reference argument for parameter 'sortExpression' in 'bool ISortingSetSortExpressionCapability.IsSortingAllowed(string sortExpression)'.
|
src/Framework/Framework/Controls/GridViewColumn.cs#L253
Possible null reference argument for parameter 'className' in 'HtmlGenericControl DotvvmBindableObjectHelper.AddCssClass<HtmlGenericControl>(HtmlGenericControl control, string className, IStaticValueBinding<bool>? condition)'.
|
This job failed
Loading