Create codeql.yml (#54) #2
Annotations
10 errors and 1 warning
Analyze (csharp):
Src/EmitLog/EmitLog.cs#L12
'ConnectionFactory' does not contain a definition for 'CreateConnection' and no accessible extension method 'CreateConnection' accepting a first argument of type 'ConnectionFactory' could be found (are you missing a using directive or an assembly reference?)
|
Analyze (csharp):
Src/NewTaskAck/NewTaskAck.cs#L12
'ConnectionFactory' does not contain a definition for 'CreateConnection' and no accessible extension method 'CreateConnection' accepting a first argument of type 'ConnectionFactory' could be found (are you missing a using directive or an assembly reference?)
|
Analyze (csharp):
Src/Receive/Receive.cs#L13
'ConnectionFactory' does not contain a definition for 'CreateConnection' and no accessible extension method 'CreateConnection' accepting a first argument of type 'ConnectionFactory' could be found (are you missing a using directive or an assembly reference?)
|
Analyze (csharp):
Src/Receive/Receive.cs#L24
The type or namespace name 'EventingBasicConsumer' could not be found (are you missing a using directive or an assembly reference?)
|
Analyze (csharp):
Src/NewTask/NewTask.cs#L12
'ConnectionFactory' does not contain a definition for 'CreateConnection' and no accessible extension method 'CreateConnection' accepting a first argument of type 'ConnectionFactory' could be found (are you missing a using directive or an assembly reference?)
|
Analyze (csharp):
Src/RpcClient/Program.cs#L54
The type or namespace name 'IModel' could not be found (are you missing a using directive or an assembly reference?)
|
Analyze (csharp):
Src/RpcClient/Program.cs#L82
The type or namespace name 'IModel' could not be found (are you missing a using directive or an assembly reference?)
|
Analyze (csharp):
Src/RpcWorker/Program.cs#L35
The type or namespace name 'IModel' could not be found (are you missing a using directive or an assembly reference?)
|
Analyze (csharp):
Src/RpcWorker/Program.cs#L79
The type or namespace name 'IModel' could not be found (are you missing a using directive or an assembly reference?)
|
Analyze (csharp):
Src/RpcWorker/Program.cs#L105
The type or namespace name 'IModel' could not be found (are you missing a using directive or an assembly reference?)
|
Analyze (csharp)
Failed to upload a SARIF file for the unsuccessful execution. Code scanning status information for the repository may be out of date as a result. Processing errors: CodeQL analyses from advanced configurations cannot be processed when the default setup is enabled
|