chore: strip UTF-8 BOM from migration files (unblock format gate) #39

Merged
cesnimda merged 1 commits from chore/strip-bom into develop 2026-07-04 16:40:06 +02:00
10 changed files with 10 additions and 10 deletions
@@ -1,4 +1,4 @@
// <auto-generated /> // <auto-generated />
using System; using System;
using InboxIntel.Infrastructure.Persistence; using InboxIntel.Infrastructure.Persistence;
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore;
@@ -1,4 +1,4 @@
// <auto-generated /> // <auto-generated />
using System; using System;
using InboxIntel.Infrastructure.Persistence; using InboxIntel.Infrastructure.Persistence;
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore;
@@ -1,4 +1,4 @@
// <auto-generated /> // <auto-generated />
using System; using System;
using InboxIntel.Infrastructure.Persistence; using InboxIntel.Infrastructure.Persistence;
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore;
@@ -1,4 +1,4 @@
// <auto-generated /> // <auto-generated />
using System; using System;
using InboxIntel.Infrastructure.Persistence; using InboxIntel.Infrastructure.Persistence;
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore;
@@ -1,4 +1,4 @@
// <auto-generated /> // <auto-generated />
using System; using System;
using InboxIntel.Infrastructure.Persistence; using InboxIntel.Infrastructure.Persistence;
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore;
@@ -1,4 +1,4 @@
// <auto-generated /> // <auto-generated />
using System; using System;
using InboxIntel.Infrastructure.Persistence; using InboxIntel.Infrastructure.Persistence;
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore;
@@ -1,4 +1,4 @@
// <auto-generated /> // <auto-generated />
using System; using System;
using InboxIntel.Infrastructure.Persistence; using InboxIntel.Infrastructure.Persistence;
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore;
@@ -1,4 +1,4 @@
// <auto-generated /> // <auto-generated />
using System; using System;
using InboxIntel.Infrastructure.Persistence; using InboxIntel.Infrastructure.Persistence;
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore;
@@ -1,4 +1,4 @@
using System; using System;
using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable #nullable disable
@@ -1,4 +1,4 @@
// <auto-generated /> // <auto-generated />
using System; using System;
using InboxIntel.Infrastructure.Persistence; using InboxIntel.Infrastructure.Persistence;
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore;