Remove calendar color picker #72
Merged
Annotations
10 warnings
|
Run /./.github/actions/full-build:
JournalApp.Tests/Data/AppDataServiceTests.cs#L589
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Run /./.github/actions/full-build:
JournalApp.Tests/Data/AppDataServiceTests.cs#L572
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Run /./.github/actions/full-build:
JournalApp.Tests/Data/AppDataServiceTests.cs#L553
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Run /./.github/actions/full-build:
JournalApp.Tests/Data/AppDataServiceTests.cs#L181
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Run /./.github/actions/full-build:
JournalApp.Tests/Data/DataIntegrityTests.cs#L53
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Run /./.github/actions/full-build:
JournalApp.Tests/Data/DataIntegrityTests.cs#L46
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Run /./.github/actions/full-build:
JournalApp.Tests/Data/DataIntegrityTests.cs#L39
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Run /./.github/actions/full-build:
JournalApp.Tests/Data/DataIntegrityTests.cs#L32
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Run /./.github/actions/full-build:
JournalApp.Tests/Data/AppDataServiceTests.cs#L117
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Run /./.github/actions/full-build:
JournalApp/MauiProgram.cs#L17
This call site is reachable on all platforms. 'AppBuilderExtensions.UseMauiCommunityToolkit(MauiAppBuilder, Action<Options>?)' is only supported on: 'Android' 21.0 and later, 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later, 'Tizen' 6.5 and later, 'Windows' 10.0.17763 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Loading