fix: Display of DialogInfo properties in UI #3577
Annotations
1 error and 10 warnings
|
Install .NET Workloads
The current .NET SDK does not support targeting .NET 10.0. Either target .NET 9.0 or lower, or use a version of the .NET SDK that supports .NET 10.0. Download the .NET SDK from https://aka.ms/dotnet/download
|
|
Build app:
Chefs/Business/Services/Sharing/ShareService.cs#L19
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.
|
|
Build app:
Chefs/Presentation/SearchModel.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.
|
|
Build app:
Chefs/App.xaml.host.cs#L87
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.
|
|
Build app:
Chefs/Client/Mock/MockUserEndpoints.cs#L13
Dereference of a possibly null reference.
|
|
Build app:
Chefs/Client/Mock/MockUserEndpoints.cs#L12
Dereference of a possibly null reference.
|
|
Build app:
Chefs/Client/Mock/MockUserEndpoints.cs#L10
Dereference of a possibly null reference.
|
|
Build app:
Chefs/Client/Mock/MockUserEndpoints.cs#L3
Parameter 'basePath' is unread.
|
|
Build app:
Chefs/Client/Mock/MockUserEndpoints.cs#L3
Parameter 'ISerializer serializer' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
|
Build app:
Chefs/Business/Services/Users/UserService.cs#L31
Possible null reference argument for parameter 'user' in 'User.User(UserData user)'.
|
|
Build app:
Chefs/Business/Services/Users/UserService.cs#L25
Possible null reference argument for parameter 'user' in 'User.User(UserData user)'.
|
Loading