Name Message Date
📁 Properties Add web dashboard for viewing monitor status and detections. 3 months ago
📁 Protos Initialize project 4 months ago
📁 wwwroot Add web dashboard for viewing monitor status and detections. 3 months ago
📄 .containerfile Containerize 3 months ago
📄 .dockerignore Containerize 3 months ago
📄 .editorconfig Initialize project 4 months ago
📄 .gitignore Remove database file from repository 3 months ago
📄 appsettings.Development.json Fix Claudes mess 3 months ago
📄 appsettings.json Fix Claudes mess 3 months ago
📄 BfiMonitor.csproj Add web dashboard for viewing monitor status and detections. 3 months ago
📄 BfiMonitor.slnx Initialize project 4 months ago
📄 BfiScreeningCheckerJob.cs Use Playwright settings from Lukas 3 months ago
📄 dotnet-tools.json Initialize project 4 months ago
📄 global.json Fix Claudes mess 3 months ago
📄 MonitorOptions.cs Fix Claudes mess 3 months ago
📄 OpenTelemetryExtensions.cs Add web dashboard for viewing monitor status and detections. 3 months ago
📄 packages.lock.json Add web dashboard for viewing monitor status and detections. 3 months ago
📄 PlaywrightBrowserService.cs Use Playwright settings from Lukas 3 months ago
📄 Program.cs Add web dashboard for viewing monitor status and detections. 3 months ago
📄 ScreeningRepository.cs Add web dashboard for viewing monitor status and detections. 3 months ago
📄 SendSmsJob.cs Add tracing 3 months ago
📄 Tracing.cs Add web dashboard for viewing monitor status and detections. 3 months ago
📄 .editorconfig
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
root = true

# All files
[*]
indent_style = space
insert_final_newline = true

# Config files
[*.{xml,json,slnx,csproj,props}]
indent_size = 2

# C# files
[*.cs]
indent_size = 4
tab_width = 4
max_line_length = 120