Enhancing telemetry in Seq and fixes namespaces

This commit is contained in:
Janus C. H. Knudsen 2025-02-20 00:23:13 +01:00
parent 5568007237
commit 9f4996bc8f
65 changed files with 1122 additions and 1139 deletions

View file

@ -1,5 +1,5 @@
@page
@model IndexModel
@model PlanTempus.Application.Pages.IndexModel
@{
ViewData["Title"] = "Home page";
}

View file

@ -3,7 +3,7 @@ using Microsoft.ApplicationInsights;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace PlanTempus.Pages
namespace PlanTempus.Application.Pages
{
public class IndexModel : PageModel
{
@ -13,7 +13,7 @@ namespace PlanTempus.Pages
{
_telemetry = telemetry;
}