aws / aws-logging-dotnet

.NET Libraries for integrating Amazon CloudWatch Logs with popular .NET logging libraries
Apache License 2.0
296 stars 133 forks source link

fix build errors #250

Closed 96malhar closed 4 months ago

96malhar commented 5 months ago

Description of changes: The IClientConfig.DetermineServiceURL() method has been deprecated. Since the project is configured to treat warning as errors, the build fails.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.