File tree Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Original file line number Diff line number Diff line change 1
1
variables :
2
- DotNetCoreSdkVersion : ' 7.0.100-rc.1.22431.12 '
2
+ DotNetCoreSdkVersion : ' 7.0.100-rc.2.22477.23 '
3
3
NUGET_PACKAGES : ' $(Pipeline.Workspace)/.nuget/packages'
4
4
5
5
jobs :
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
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:MySqlConnector.MySqlRowUpdatingEventHandler.#ctor(System.Object,System.IntPtr)</Target >
6
- <Left >lib/net6.0/MySqlConnector.dll</Left >
7
- <Right >lib/net7.0/MySqlConnector.dll</Right >
8
- </Suppression >
9
- <Suppression >
10
- <DiagnosticId >CP0002</DiagnosticId >
11
- <Target >M:MySqlConnector.MySqlRowUpdatedEventHandler.#ctor(System.Object,System.IntPtr)</Target >
12
- <Left >lib/net6.0/MySqlConnector.dll</Left >
13
- <Right >lib/net7.0/MySqlConnector.dll</Right >
14
- </Suppression >
15
- <Suppression >
16
- <DiagnosticId >CP0002</DiagnosticId >
17
- <Target >M:MySqlConnector.MySqlInfoMessageEventHandler.#ctor(System.Object,System.IntPtr)</Target >
18
- <Left >lib/net6.0/MySqlConnector.dll</Left >
19
- <Right >lib/net7.0/MySqlConnector.dll</Right >
20
- </Suppression >
21
- <Suppression >
22
- <DiagnosticId >CP0002</DiagnosticId >
23
- <Target >M:MySqlConnector.MySqlRowsCopiedEventHandler.#ctor(System.Object,System.IntPtr)</Target >
24
- <Left >lib/net6.0/MySqlConnector.dll</Left >
25
- <Right >lib/net7.0/MySqlConnector.dll</Right >
26
- </Suppression >
27
3
<Suppression >
28
4
<DiagnosticId >CP0008</DiagnosticId >
29
5
<Target >T:MySqlConnector.MySqlBatchCommandCollection</Target >
You can’t perform that action at this time.
0 commit comments