fix(layout): MainLayout.razor 런타임 컴파일 에러 해결을 위해 System.IO 및 System.Text.Json 네임스페이스 추가
Quant Engine CI/CD Pipeline / validate-core (push) Failing after 9s
WBS-9.3 - NULL Policy CI Gate / NULL Policy Validation (push) Failing after 7s
Quant Engine CI/CD Pipeline / validate-ui-and-storage (push) Has been skipped
Deploy to Production / Build & Deploy to Production (push) Successful in 1m13s
Snapshot Admin Deployment / build-and-deploy (push) Failing after 52s
Quant Engine CI/CD Pipeline / validate-core (push) Failing after 9s
WBS-9.3 - NULL Policy CI Gate / NULL Policy Validation (push) Failing after 7s
Quant Engine CI/CD Pipeline / validate-ui-and-storage (push) Has been skipped
Deploy to Production / Build & Deploy to Production (push) Successful in 1m13s
Snapshot Admin Deployment / build-and-deploy (push) Failing after 52s
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
@inherits LayoutComponentBase
|
||||
@inject Microsoft.AspNetCore.Hosting.IWebHostEnvironment WebHostEnvironment
|
||||
@using System.IO
|
||||
@using System.Text.Json
|
||||
|
||||
<MudLayout>
|
||||
<MudAppBar Elevation="1">
|
||||
|
||||
Reference in New Issue
Block a user