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
After cloning miniblog.core and rebuilding with VS2019 the added extension Resharper found a number of minor errors and warnings. Some of these related to failings of Resharper, for example it couldn't resolve sections in CSHTML files which had been named using consts (e.g Constants.Head) rather than string literals (e.g. "Head") and couldn't find various CSS classes. However, others seem to be actual bugs like the typo in the spelling of 'Head' in Login.cshtml - it's given as 'head'.
Is there any appetite for fixing these sort of problems so Resharper reports zero errors and warnings? We could start by fixing the conflicts with naming rules which account for many of the warnings.
The text was updated successfully, but these errors were encountered:
After cloning miniblog.core and rebuilding with VS2019 the added extension Resharper found a number of minor errors and warnings. Some of these related to failings of Resharper, for example it couldn't resolve sections in CSHTML files which had been named using consts (e.g Constants.Head) rather than string literals (e.g. "Head") and couldn't find various CSS classes. However, others seem to be actual bugs like the typo in the spelling of 'Head' in Login.cshtml - it's given as 'head'.
Is there any appetite for fixing these sort of problems so Resharper reports zero errors and warnings? We could start by fixing the conflicts with naming rules which account for many of the warnings.
The text was updated successfully, but these errors were encountered: