Skip to content

Make UnitOfWork not implement IDisposable #202

Make UnitOfWork not implement IDisposable

Make UnitOfWork not implement IDisposable #202

Triggered via pull request November 5, 2024 07:42
Status Failure
Total duration 2m 57s
Artifacts

codeql.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
Analyze (csharp): src/Fluss.UnitTest/HotChocolate/UnitOfWorkParameterExpressionBuilderTest.cs#L50
'UnitOfWorkParameterExpressionBuilder' does not contain a definition for 'IsDefaultHandler' and no accessible extension method 'IsDefaultHandler' accepting a first argument of type 'UnitOfWorkParameterExpressionBuilder' could be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Fluss.UnitTest/Core/UnitOfWork/UnitOfWorkRecordingProxyTest.cs#L169
'UnitOfWorkRecordingProxy' does not contain a definition for 'Dispose' and no accessible extension method 'Dispose' accepting a first argument of type 'UnitOfWorkRecordingProxy' could be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Fluss.UnitTest/Core/UnitOfWork/UnitOfWorkRecordingProxyTest.cs#L171
'IUnitOfWork' does not contain a definition for 'Dispose' and no accessible extension method 'Dispose' accepting a first argument of type 'IUnitOfWork' could be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Fluss.UnitTest/Core/UnitOfWork/UnitOfWorkTest.cs#L327
'UnitOfWork' does not contain a definition for 'Dispose' and no accessible extension method 'Dispose' accepting a first argument of type 'UnitOfWork' could be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Fluss.UnitTest/HotChocolate/UnitOfWorkParameterExpressionBuilderTest.cs#L50
'UnitOfWorkParameterExpressionBuilder' does not contain a definition for 'IsDefaultHandler' and no accessible extension method 'IsDefaultHandler' accepting a first argument of type 'UnitOfWorkParameterExpressionBuilder' could be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Fluss.UnitTest/Core/UnitOfWork/UnitOfWorkRecordingProxyTest.cs#L169
'UnitOfWorkRecordingProxy' does not contain a definition for 'Dispose' and no accessible extension method 'Dispose' accepting a first argument of type 'UnitOfWorkRecordingProxy' could be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Fluss.UnitTest/Core/UnitOfWork/UnitOfWorkRecordingProxyTest.cs#L171
'IUnitOfWork' does not contain a definition for 'Dispose' and no accessible extension method 'Dispose' accepting a first argument of type 'IUnitOfWork' could be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Fluss.UnitTest/Core/UnitOfWork/UnitOfWorkTest.cs#L327
'UnitOfWork' does not contain a definition for 'Dispose' and no accessible extension method 'Dispose' accepting a first argument of type 'UnitOfWork' could be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Fluss.UnitTest/HotChocolate/UnitOfWorkParameterExpressionBuilderTest.cs#L50
'UnitOfWorkParameterExpressionBuilder' does not contain a definition for 'IsDefaultHandler' and no accessible extension method 'IsDefaultHandler' accepting a first argument of type 'UnitOfWorkParameterExpressionBuilder' could be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Fluss.UnitTest/Core/UnitOfWork/UnitOfWorkRecordingProxyTest.cs#L169
'UnitOfWorkRecordingProxy' does not contain a definition for 'Dispose' and no accessible extension method 'Dispose' accepting a first argument of type 'UnitOfWorkRecordingProxy' could be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Fluss.HotChocolate.IntegrationTest/HotChocolateTest.cs#L107
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Analyze (csharp): src/Fluss.HotChocolate.IntegrationTest/HotChocolateTest.cs#L107
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Analyze (csharp): src/Fluss.HotChocolate.IntegrationTest/HotChocolateTest.cs#L107
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Analyze (csharp): src/Fluss.HotChocolate.IntegrationTest/HotChocolateTest.cs#L107
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.