Skip to content

Commit

Permalink
Resolve build warning (#4037)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockfordlhotka authored Jun 15, 2024
1 parent bf903fe commit af8df90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Csla/DataPortalClient/HttpProxy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public HttpProxy(ApplicationContext applicationContext, HttpClient httpClient, H
private HttpClient _httpClient;
private string VersionRoutingTag { get; set; }

#nullable enable
/// <summary>
/// Gets an HttpClientHandler for use
/// in initializing the HttpClient instance.
Expand All @@ -53,6 +54,7 @@ public HttpProxy(ApplicationContext applicationContext, HttpClient httpClient, H
{
return null;
}
#nullable disable

/// <summary>
/// Gets an HttpClient object for use in
Expand Down

0 comments on commit af8df90

Please sign in to comment.