publish-internal #124
Annotations
10 warnings
Build Framework:
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).
|
Build Framework:
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).
|
Build Framework:
src/Framework/Framework/ViewModel/Serialization/DefaultViewModelSerializer.cs#L375
Possible null reference argument for parameter 'controlUniqueId' in 'DotvvmControl? DotvvmControl.FindControlByUniqueId(string controlUniqueId)'.
|
Build Framework:
src/Framework/Framework/ViewModel/Serialization/DefaultViewModelSerializer.cs#L380
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)'.
|
Build Framework:
src/Framework/Framework/ViewModel/Serialization/DefaultViewModelSerializer.cs#L384
Possible null reference argument for parameter 'command' in 'ActionInfo CommandResolver.GetFunction(DotvvmControl viewRootControl, IDotvvmRequestContext context, string[] path, string command, Func<Type, object?>[] args)'.
|
Build Framework:
src/Framework/Framework/Compilation/ControlTree/DefaultControlResolver.cs#L315
Possible null reference argument for parameter 'file' in 'IControlType DefaultControlResolver.FindMarkupControl(string file)'.
|
Build Framework:
src/Framework/Framework/Storage/FileSystemReturnedFileStorage.cs#L88
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 Framework:
src/Framework/Framework/Compilation/ControlTree/ControlResolverMetadataBase.cs#L75
Possible null reference argument for parameter 'key' in 'bool IReadOnlyDictionary<string, IPropertyDescriptor>.TryGetValue(string key, out IPropertyDescriptor value)'.
|
Build Framework:
src/Framework/Framework/Compilation/ControlTree/ControlResolverBase.cs#L58
Possible null reference argument for parameter 'tagPrefix' in 'string ControlResolverBase.GetSearchKey(string tagPrefix, string tagName)'.
|
Build Framework:
src/Framework/Framework/Compilation/Javascript/JsPrettificationVisitor.cs#L164
The type 'DotVVM.Framework.Compilation.Javascript.Ast.JsExpression?' cannot be used as type parameter 'TNewNode' in the generic type or method 'JsAstHelpers.ReplaceWith<TNode, TNewNode>(TNode, Func<TNode, TNewNode>)'. Nullability of type argument 'DotVVM.Framework.Compilation.Javascript.Ast.JsExpression?' doesn't match constraint type 'DotVVM.Framework.Compilation.Javascript.Ast.JsNode'.
|
Loading