Skip to content

Commit 58a9178

Browse files
committed
Allow a breaking change to the namespace.
1 parent dd0d581 commit 58a9178

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- https://learn.microsoft.com/en-us/dotnet/fundamentals/package-validation/diagnostic-ids -->
3+
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
4+
<Suppression>
5+
<DiagnosticId>CP0001</DiagnosticId>
6+
<Target>T:Microsoft.Extensions.DependencyInjection.MySqlConnectorLoggingExtensions</Target>
7+
<Left>lib/netstandard2.0/MySqlConnector.Logging.Microsoft.Extensions.Logging.dll</Left>
8+
<Right>lib/netstandard2.0/MySqlConnector.Logging.Microsoft.Extensions.Logging.dll</Right>
9+
<IsBaselineSuppression>true</IsBaselineSuppression>
10+
</Suppression>
11+
</Suppressions>

0 commit comments

Comments
 (0)