Skip to content

Commit

Permalink
Update Extensions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
MattParkerDev committed Oct 24, 2024
1 parent ac8e906 commit d09213c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Infrastructure/ServiceDefaults/Extensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
using OpenTelemetry.Metrics;
using OpenTelemetry.Trace;

// TODO: Investigate and fix IDE0055 warnings on Unix (runners)
#pragma warning disable IDE0055

// ReSharper disable once CheckNamespace
#pragma warning disable IDE0130
namespace Microsoft.Extensions.Hosting;
Expand Down

0 comments on commit d09213c

Please sign in to comment.