Make UnitOfWork not implement IDisposable #202
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.
|