Add emulator handler for SetBackendService #224
Annotations
10 warnings
|
Build with dotnet:
src/Testing/Expressions/MockProduct.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
src/Testing/Expressions/MockProduct.cs#L13
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
src/Testing/Expressions/MockProduct.cs#L12
Non-nullable property 'Groups' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
src/Testing/Expressions/MockProduct.cs#L10
Non-nullable property 'Apis' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
src/Core/Compiling/Policy/InvokeDarpBindingCompiler.cs#L124
Dereference of a possibly null reference.
|
|
Build with dotnet:
src/Core/Compiling/Policy/ValidateAzureAdTokenCompiler.cs#L86
Possible null reference argument for parameter 'parameters' in 'bool CompilerUtils.AddAttribute(XElement element, IReadOnlyDictionary<string, InitializerValue> parameters, string key, string attName)'.
|
|
Build with dotnet:
src/Core/Compiling/Syntax/LocalDeclarationStatementCompiler.cs#L37
Possible null reference argument for parameter 'node' in 'void IReturnValueMethodPolicyHandler.Handle(IDocumentCompilationContext context, InvocationExpressionSyntax node, string variableName)'.
|
|
Build with dotnet:
src/Core/Compiling/Syntax/LocalDeclarationStatementCompiler.cs#L35
Possible null reference argument for parameter 'key' in 'bool IReadOnlyDictionary<string, IReturnValueMethodPolicyHandler>.TryGetValue(string key, out IReturnValueMethodPolicyHandler value)'.
|
|
Build with dotnet:
src/Analyzers/ExpressionTypeUsed.Analyzer.cs#L12
This compiler extension should not be implemented in an assembly with target framework '.NET 8.0'. References to other target frameworks will cause the compiler to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1041.md)
|
|
Build with dotnet:
src/Analyzers/ExpressionDefinition.Analyzer.cs#L13
This compiler extension should not be implemented in an assembly with target framework '.NET 8.0'. References to other target frameworks will cause the compiler to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1041.md)
|
background
wait
wait-all
cancel
Loading