File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
BervProject.WebApi.Boilerplate.MigrationService
BervProject.WebApi.Boilerplate.ServiceDefaults
BervProject.WebApi.Boilerplate/Extensions Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1+ namespace BervProject . WebApi . Boilerplate . MigrationService ;
2+
13using System . Diagnostics ;
2- using BervProject . WebApi . Boilerplate . EntityFramework ;
4+ using EntityFramework ;
35using Microsoft . EntityFrameworkCore ;
46
5- namespace BervProject . WebApi . Boilerplate . MigrationService ;
6-
77public class Worker : BackgroundService
88{
99 public const string ActivitySourceName = "Migrations" ;
Original file line number Diff line number Diff line change 33using Microsoft . Extensions . DependencyInjection ;
44using Microsoft . Extensions . Diagnostics . HealthChecks ;
55using Microsoft . Extensions . Logging ;
6- using Microsoft . Extensions . ServiceDiscovery ;
76using OpenTelemetry ;
87using OpenTelemetry . Metrics ;
98using OpenTelemetry . Trace ;
Original file line number Diff line number Diff line change 66using Services . AWS ;
77using Microsoft . Extensions . DependencyInjection ;
88
9-
109/// <summary>
1110/// AWS Extension for setup all AWS Services
1211/// </summary>
You can’t perform that action at this time.
0 commit comments