resolved: dot net core project enables razor runtime compilation | resolve rebuild issue

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ธ.ค. 2024

ความคิดเห็น • 2

  • @CodingMeta
    @CodingMeta  2 ปีที่แล้ว

    Step 1: Install-Package
    Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation
    Step 2: Do In program.cs file
    var mvcBuilder = builder.Services.AddControllersWithViews(o => o.SuppressImplicitRequiredAttributeForNonNullableReferenceTypes = true);
    if (builder.Environment.IsDevelopment())
    mvcBuilder.AddRazorRuntimeCompilation();

  • @anatoliihrynchuk8640
    @anatoliihrynchuk8640 ปีที่แล้ว

    Hi. Why the footer aligned up?