-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Public api analyzer change #8116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 14 commits
b521a7f
8f8f3eb
8046240
c1d39ac
0e8724b
5c7d1a3
c1de747
0edd2b5
da4cee3
bb13029
5d64c9d
7503b99
cd5febb
98aeccb
6fb3c90
f22e048
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,6 +3,7 @@ | |
| <Project> | ||
| <PropertyGroup> | ||
| <VersionPrefix>17.5.0</VersionPrefix> | ||
| <PackageValidationBaselineVersion>17.3.2</PackageValidationBaselineVersion> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ideally, bumping this version should be part of rebranding the repo to the next version. Do you have documentation that should be updated?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We generally rebrand Added that info to #8246 (we'll automate the creation and update of these checklists Someday™️) |
||
| <AssemblyVersion>15.1.0.0</AssemblyVersion> | ||
| <PreReleaseVersionLabel>preview</PreReleaseVersionLabel> | ||
| <DotNetUseShippingVersions>true</DotNetUseShippingVersions> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,77 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
| <Suppression> | ||
| <DiagnosticId>CP0002</DiagnosticId> | ||
| <Target>M:Microsoft.Build.Experimental.ProjectCache.ProjectCacheDescriptor.FromAssemblyPath(System.String,System.Collections.Generic.IReadOnlyCollection{Microsoft.Build.Graph.ProjectGraphEntryPoint},Microsoft.Build.Graph.ProjectGraph,System.Collections.Generic.IReadOnlyDictionary{System.String,System.String})</Target> | ||
|
ViktorHofer marked this conversation as resolved.
Outdated
|
||
| <Left>lib/net472/Microsoft.Build.dll</Left> | ||
| <Right>lib/net472/Microsoft.Build.dll</Right> | ||
| <IsBaselineSuppression>true</IsBaselineSuppression> | ||
| </Suppression> | ||
| <Suppression> | ||
| <DiagnosticId>CP0002</DiagnosticId> | ||
| <Target>M:Microsoft.Build.Experimental.ProjectCache.ProjectCacheDescriptor.FromInstance(Microsoft.Build.Experimental.ProjectCache.ProjectCachePluginBase,System.Collections.Generic.IReadOnlyCollection{Microsoft.Build.Graph.ProjectGraphEntryPoint},Microsoft.Build.Graph.ProjectGraph,System.Collections.Generic.IReadOnlyDictionary{System.String,System.String})</Target> | ||
| <Left>lib/net472/Microsoft.Build.dll</Left> | ||
| <Right>lib/net472/Microsoft.Build.dll</Right> | ||
| <IsBaselineSuppression>true</IsBaselineSuppression> | ||
| </Suppression> | ||
| <Suppression> | ||
| <DiagnosticId>CP0002</DiagnosticId> | ||
| <Target>M:Microsoft.Build.Experimental.ProjectCache.ProjectCacheDescriptor.get_EntryPoints</Target> | ||
| <Left>lib/net472/Microsoft.Build.dll</Left> | ||
| <Right>lib/net472/Microsoft.Build.dll</Right> | ||
| <IsBaselineSuppression>true</IsBaselineSuppression> | ||
| </Suppression> | ||
| <Suppression> | ||
| <DiagnosticId>CP0002</DiagnosticId> | ||
| <Target>M:Microsoft.Build.Experimental.ProjectCache.ProjectCacheDescriptor.get_ProjectGraph</Target> | ||
| <Left>lib/net472/Microsoft.Build.dll</Left> | ||
| <Right>lib/net472/Microsoft.Build.dll</Right> | ||
| <IsBaselineSuppression>true</IsBaselineSuppression> | ||
| </Suppression> | ||
| <Suppression> | ||
| <DiagnosticId>CP0002</DiagnosticId> | ||
| <Target>M:Microsoft.Build.Experimental.ProjectCache.ProjectCacheDescriptor.GetDetailedDescription</Target> | ||
| <Left>lib/net472/Microsoft.Build.dll</Left> | ||
| <Right>lib/net472/Microsoft.Build.dll</Right> | ||
| <IsBaselineSuppression>true</IsBaselineSuppression> | ||
| </Suppression> | ||
| <Suppression> | ||
| <DiagnosticId>CP0002</DiagnosticId> | ||
| <Target>M:Microsoft.Build.Experimental.ProjectCache.ProjectCacheDescriptor.FromAssemblyPath(System.String,System.Collections.Generic.IReadOnlyCollection{Microsoft.Build.Graph.ProjectGraphEntryPoint},Microsoft.Build.Graph.ProjectGraph,System.Collections.Generic.IReadOnlyDictionary{System.String,System.String})</Target> | ||
| <Left>ref/net472/Microsoft.Build.dll</Left> | ||
| <Right>ref/net472/Microsoft.Build.dll</Right> | ||
| <IsBaselineSuppression>true</IsBaselineSuppression> | ||
| </Suppression> | ||
| <Suppression> | ||
| <DiagnosticId>CP0002</DiagnosticId> | ||
| <Target>M:Microsoft.Build.Experimental.ProjectCache.ProjectCacheDescriptor.FromInstance(Microsoft.Build.Experimental.ProjectCache.ProjectCachePluginBase,System.Collections.Generic.IReadOnlyCollection{Microsoft.Build.Graph.ProjectGraphEntryPoint},Microsoft.Build.Graph.ProjectGraph,System.Collections.Generic.IReadOnlyDictionary{System.String,System.String})</Target> | ||
| <Left>ref/net472/Microsoft.Build.dll</Left> | ||
| <Right>ref/net472/Microsoft.Build.dll</Right> | ||
| <IsBaselineSuppression>true</IsBaselineSuppression> | ||
| </Suppression> | ||
| <Suppression> | ||
| <DiagnosticId>CP0002</DiagnosticId> | ||
| <Target>M:Microsoft.Build.Experimental.ProjectCache.ProjectCacheDescriptor.get_EntryPoints</Target> | ||
| <Left>ref/net472/Microsoft.Build.dll</Left> | ||
| <Right>ref/net472/Microsoft.Build.dll</Right> | ||
| <IsBaselineSuppression>true</IsBaselineSuppression> | ||
| </Suppression> | ||
| <Suppression> | ||
| <DiagnosticId>CP0002</DiagnosticId> | ||
| <Target>M:Microsoft.Build.Experimental.ProjectCache.ProjectCacheDescriptor.get_ProjectGraph</Target> | ||
| <Left>ref/net472/Microsoft.Build.dll</Left> | ||
| <Right>ref/net472/Microsoft.Build.dll</Right> | ||
| <IsBaselineSuppression>true</IsBaselineSuppression> | ||
| </Suppression> | ||
| <Suppression> | ||
| <DiagnosticId>CP0002</DiagnosticId> | ||
| <Target>M:Microsoft.Build.Experimental.ProjectCache.ProjectCacheDescriptor.GetDetailedDescription</Target> | ||
| <Left>ref/net472/Microsoft.Build.dll</Left> | ||
| <Right>ref/net472/Microsoft.Build.dll</Right> | ||
| <IsBaselineSuppression>true</IsBaselineSuppression> | ||
| </Suppression> | ||
| <Suppression> | ||
| <DiagnosticId>PKV006</DiagnosticId> | ||
| <Target>net6.0</Target> | ||
| </Suppression> | ||
| </Suppressions> | ||
Uh oh!
There was an error while loading. Please reload this page.