We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0c6d1 commit c26b100Copy full SHA for c26b100
1 file changed
src/Codebreaker.ViewModels/Services/IDialogService.cs
@@ -1,6 +1,6 @@
1
namespace Codebreaker.ViewModels.Services;
2
3
-[Obsolete]
+[Obsolete("Use IInfoBarService instead.")]
4
public interface IDialogService
5
{
6
Task ShowMessageAsync(string message);
0 commit comments