Any changes in AccountController.cs file is generating this errors. even if <g class="gr_ gr_13 gr-alert gr_tiny gr_spell gr_inline_cards gr_run_anim ContextualSpelling multiReplace" data-gr-id="13" id="13">i</g> change <g
class="gr_ gr_10 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar multiReplace" data-gr-id="10" id="10">an space</g> and remove again though this error occurs.
Suppose in line number 30
public ApplicationSignInManager SignInManager
{
get => _signInManager ?? HttpContext.GetOwinContext().Get<ApplicationSignInManager>();
private set => _signInManager = value;
}
it is giving error that :
Severity | Code | Description | Project | File | Line | Suppression State |
Error | CS1513 | } expected | TritronJudge | C:\Users\lazyfahim\Source\Workspaces\Tritron Judge\TritronJudge\Controllers\AccountController.cs | 30 | N/A |
Error | CS1043 | { or ; expected | TritronJudge | C:\Users\lazyfahim\Source\Workspaces\Tritron Judge\TritronJudge\Controllers\AccountController.cs | 30 | N/A |
Error | CS1513 | } expected | TritronJudge | C:\Users\lazyfahim\Source\Workspaces\Tritron Judge\TritronJudge\Controllers\AccountController.cs | 30 | N/A |
which is totally and terribly not understandable. i didnt face this kind of situation with dot net. And i didn't know how to ask this question .