Skip to content

Commit 9376121

Browse files
committed
📦
1 parent ed6cf52 commit 9376121

2 files changed

Lines changed: 52 additions & 0 deletions

File tree

src/CommandQuery.AzureFunctions/CommandQuery.AzureFunctions.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<PackageTags>CommandQuery;Command;Query;CQS;Microsoft;Azure;AzureFunctions</PackageTags>
2828
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2929
<GenerateDocumentationFile>true</GenerateDocumentationFile>
30+
<GenerateCompatibilitySuppressionFile>true</GenerateCompatibilitySuppressionFile>
3031
</PropertyGroup>
3132

3233
<ItemGroup>
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3+
<Suppression>
4+
<DiagnosticId>CP0002</DiagnosticId>
5+
<Target>M:CommandQuery.AzureFunctions.CommandFunction.#ctor(CommandQuery.ICommandProcessor,Newtonsoft.Json.JsonSerializerSettings)</Target>
6+
<Left>lib/netcoreapp3.1/CommandQuery.AzureFunctions.dll</Left>
7+
<Right>lib/net6.0/CommandQuery.AzureFunctions.dll</Right>
8+
</Suppression>
9+
<Suppression>
10+
<DiagnosticId>CP0002</DiagnosticId>
11+
<Target>M:CommandQuery.AzureFunctions.CommandFunction.HandleAsync(System.String,Microsoft.AspNetCore.Http.HttpRequest,Microsoft.Extensions.Logging.ILogger,System.Threading.CancellationToken)</Target>
12+
<Left>lib/netcoreapp3.1/CommandQuery.AzureFunctions.dll</Left>
13+
<Right>lib/net6.0/CommandQuery.AzureFunctions.dll</Right>
14+
</Suppression>
15+
<Suppression>
16+
<DiagnosticId>CP0002</DiagnosticId>
17+
<Target>M:CommandQuery.AzureFunctions.ICommandFunction.HandleAsync(System.String,Microsoft.AspNetCore.Http.HttpRequest,Microsoft.Extensions.Logging.ILogger,System.Threading.CancellationToken)</Target>
18+
<Left>lib/netcoreapp3.1/CommandQuery.AzureFunctions.dll</Left>
19+
<Right>lib/net6.0/CommandQuery.AzureFunctions.dll</Right>
20+
</Suppression>
21+
<Suppression>
22+
<DiagnosticId>CP0006</DiagnosticId>
23+
<Target>M:CommandQuery.AzureFunctions.ICommandFunction.HandleAsync(System.String,Microsoft.Azure.Functions.Worker.Http.HttpRequestData,Microsoft.Extensions.Logging.ILogger)</Target>
24+
<Left>lib/netcoreapp3.1/CommandQuery.AzureFunctions.dll</Left>
25+
<Right>lib/net6.0/CommandQuery.AzureFunctions.dll</Right>
26+
</Suppression>
27+
<Suppression>
28+
<DiagnosticId>CP0002</DiagnosticId>
29+
<Target>M:CommandQuery.AzureFunctions.IQueryFunction.HandleAsync(System.String,Microsoft.AspNetCore.Http.HttpRequest,Microsoft.Extensions.Logging.ILogger,System.Threading.CancellationToken)</Target>
30+
<Left>lib/netcoreapp3.1/CommandQuery.AzureFunctions.dll</Left>
31+
<Right>lib/net6.0/CommandQuery.AzureFunctions.dll</Right>
32+
</Suppression>
33+
<Suppression>
34+
<DiagnosticId>CP0006</DiagnosticId>
35+
<Target>M:CommandQuery.AzureFunctions.IQueryFunction.HandleAsync(System.String,Microsoft.Azure.Functions.Worker.Http.HttpRequestData,Microsoft.Extensions.Logging.ILogger)</Target>
36+
<Left>lib/netcoreapp3.1/CommandQuery.AzureFunctions.dll</Left>
37+
<Right>lib/net6.0/CommandQuery.AzureFunctions.dll</Right>
38+
</Suppression>
39+
<Suppression>
40+
<DiagnosticId>CP0002</DiagnosticId>
41+
<Target>M:CommandQuery.AzureFunctions.QueryFunction.#ctor(CommandQuery.IQueryProcessor,Newtonsoft.Json.JsonSerializerSettings)</Target>
42+
<Left>lib/netcoreapp3.1/CommandQuery.AzureFunctions.dll</Left>
43+
<Right>lib/net6.0/CommandQuery.AzureFunctions.dll</Right>
44+
</Suppression>
45+
<Suppression>
46+
<DiagnosticId>CP0002</DiagnosticId>
47+
<Target>M:CommandQuery.AzureFunctions.QueryFunction.HandleAsync(System.String,Microsoft.AspNetCore.Http.HttpRequest,Microsoft.Extensions.Logging.ILogger,System.Threading.CancellationToken)</Target>
48+
<Left>lib/netcoreapp3.1/CommandQuery.AzureFunctions.dll</Left>
49+
<Right>lib/net6.0/CommandQuery.AzureFunctions.dll</Right>
50+
</Suppression>
51+
</Suppressions>

0 commit comments

Comments
 (0)