Skip to content

Commit

Permalink
Update HttpContextHelper.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jleiva-gap committed Apr 8, 2024
1 parent fc5e762 commit 9bf8032
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DataImport.Common/HttpContextHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ namespace Microsoft.AspNetCore.Http
internal static class HttpContextHelper
{
private static readonly HttpContextAccessor _httpContextAccessor = new HttpContextAccessor();

Check failure on line 19 in DataImport.Common/HttpContextHelper.cs

View workflow job for this annotation

GitHub Actions / Build and Test

Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)

Check failure on line 19 in DataImport.Common/HttpContextHelper.cs

View workflow job for this annotation

GitHub Actions / Build and Test

Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)

/// <summary>
/// Gets the current <see cref="HttpContext"/>. Returns <c>null</c> if there is no current <see cref="HttpContext"/>.
/// </summary>
Expand Down

0 comments on commit 9bf8032

Please sign in to comment.