10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/src/AdminAssistant.Blazor.Webasm/GlobalSuppressions.cs:
--------------------------------------------------------------------------------
1 | // This file is used by Code Analysis to maintain SuppressMessage
2 | // attributes that are applied to this project.
3 | // Project-level suppressions either have no target or are given
4 | // a specific target and scoped to a namespace, type, member, etc.
5 |
6 | using System.Diagnostics.CodeAnalysis;
7 |
8 | [assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "Keep vm lowercase as used by blazor html markup", Scope = "member", Target = "~P:AdminAssistant.Blazor.Client.Shared.AdminAssistantLayoutComponentBase`1.vm")]
9 | [assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "Keep vm lowercase as used by blazor html markup", Scope = "member", Target = "~P:AdminAssistant.Blazor.Client.Shared.AdminAssistantComponentBase`1.vm")]
10 |
--------------------------------------------------------------------------------
/src/AdminAssistant.Blazor.Webasm/GlobalUsings.cs:
--------------------------------------------------------------------------------
1 | global using AdminAssistant.Primitives.UI;
2 |
--------------------------------------------------------------------------------
/src/AdminAssistant.Blazor.Webasm/Modules/AccountsModule/BankAccountBalanceListComponent.razor:
--------------------------------------------------------------------------------
1 |