(#211) Client: Fix wrong EntityType in OperationsQueue when using Laz… #155
Annotations
9 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build library:
src/CommunityToolkit.Datasync.Client/Offline/OperationsQueue/OperationsQueueManager.cs#L113
XML comment has a param tag for 'entity', but there is no parameter by that name
|
Build library:
src/CommunityToolkit.Datasync.Client/Offline/OperationsQueue/OperationsQueueManager.cs#L117
Parameter 'entityEntry' has no matching param tag in the XML comment for 'OperationsQueueManager.GetExistingOperationAsync(EntityEntry, CancellationToken)' (but other parameters do)
|
Build library
The entry point of the program is global code; ignoring 'AutoGeneratedProgram.Main(string[])' entry point.
|
Build library:
tests/CommunityToolkit.Datasync.Client.Test/Offline/OperationsQueueManager_Tests.cs#L43
Add 'this' or 'Me' qualification (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0009)
|
Build library:
src/CommunityToolkit.Datasync.Client/Offline/OperationsQueue/OperationsQueueManager.cs#L113
XML comment has a param tag for 'entity', but there is no parameter by that name
|
Build library:
src/CommunityToolkit.Datasync.Client/Offline/OperationsQueue/OperationsQueueManager.cs#L117
Parameter 'entityEntry' has no matching param tag in the XML comment for 'OperationsQueueManager.GetExistingOperationAsync(EntityEntry, CancellationToken)' (but other parameters do)
|
Build library
The entry point of the program is global code; ignoring 'AutoGeneratedProgram.Main(string[])' entry point.
|
Build library:
tests/CommunityToolkit.Datasync.Client.Test/Offline/OperationsQueueManager_Tests.cs#L43
Add 'this' or 'Me' qualification (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0009)
|
Loading