You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\sources\gitlocal\GitHubTodoDemoMR\GitHub\Models\BasicError.cs(25,24): warning CS0114: 'BasicError.Message' hides inherited member 'Exception.Message'. To make the current member overri
de that implementation, add the override keyword. Otherwise add the new keyword. [C:\sources\gitlocal\GitHubTodoDemoMR\GitHubTodoDemoMR.csproj]
because the exception class already defines that field.
The text was updated successfully, but these errors were encountered:
gives you
because the exception class already defines that field.
The text was updated successfully, but these errors were encountered: