Skip to content
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

Remove Microsoft.Net.Compilers.Toolset #9329

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
<PackageVersion Include="Microsoft.CodeAnalysis" Version="4.8.0-3.final" />
<PackageVersion Include="Microsoft.CodeAnalysis.Common" Version="4.8.0-3.final" />
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
<PackageVersion Include="Microsoft.Net.Compilers.Toolset" Version="4.8.0-3.final" />
<PackageVersion Include="Microsoft.VisualStudio.IntegrationTest.Utilities" Version="2.6.0-beta1-62113-02" />
<PackageVersion Include="Microsoft.VisualStudio.LanguageServices" Version="4.8.0-3.final" />

Expand Down
1 change: 0 additions & 1 deletion eng/imports/HostAgnostic.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<!-- Path Property: PkgMicrosoft_DiaSymReader_Pdb2Pdb -->
<PackageReference Include="Microsoft.DiaSymReader.Pdb2Pdb" ExcludeAssets="all" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.DotNet.XliffTasks" PrivateAssets="all" />
<PackageReference Include="Microsoft.Net.Compilers.Toolset" />
<!--
The SourceLink package depends on the repo provider used.
https://github.com/dotnet/sourcelink#using-source-link-in-net-projects
Expand Down
10 changes: 9 additions & 1 deletion src/Microsoft.VisualStudio.AppDesigner/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1085,4 +1085,12 @@ VSThemedLinkLabel.SetThemedColor(vsUIShell5 As Microsoft.VisualStudio.Shell.Inte
Microsoft.VisualStudio.Editors.PropertyPages.HiddenIfMissingPropertyControlData.New(id As Integer, name As String, formControl As System.Windows.Forms.Control, setter As Microsoft.VisualStudio.Editors.PropertyPages.PropertyControlData.SetDelegate, getter As Microsoft.VisualStudio.Editors.PropertyPages.PropertyControlData.GetDelegate, flags As Microsoft.VisualStudio.Editors.PropertyPages.ControlDataFlags, assocControls As System.Windows.Forms.Control()) -> Void
Overrides VSThemedLinkLabel.ShowFocusCues() -> Boolean
VSThemedLinkLabel.DisplayFocusCues() -> Boolean
VSThemedLinkLabel.DisplayFocusCues(value As Boolean) -> Void
VSThemedLinkLabel.DisplayFocusCues(value As Boolean) -> Void
Overridable Microsoft.VisualStudio.Editors.AppDesDesignerFramework.CheckCommandStatusHandler.Invoke(menuCommand As Microsoft.VisualStudio.Editors.AppDesDesignerFramework.DesignerMenuCommand) -> Boolean
Overridable Microsoft.VisualStudio.Editors.PropertyPages.PropertyControlData.GetDelegate.Invoke(control As System.Windows.Forms.Control, prop As System.ComponentModel.PropertyDescriptor, ByRef value As Object) -> Boolean
Overridable Microsoft.VisualStudio.Editors.PropertyPages.PropertyControlData.MultiValueGetDelegate.Invoke(control As System.Windows.Forms.Control, prop As System.ComponentModel.PropertyDescriptor, ByRef Values As Object()) -> Boolean
Overridable Microsoft.VisualStudio.Editors.PropertyPages.PropertyControlData.MultiValueSetDelegate.Invoke(control As System.Windows.Forms.Control, prop As System.ComponentModel.PropertyDescriptor, Values As Object()) -> Boolean
Overridable Microsoft.VisualStudio.Editors.PropertyPages.PropertyControlData.SetDelegate.Invoke(control As System.Windows.Forms.Control, prop As System.ComponentModel.PropertyDescriptor, value As Object) -> Boolean
Overridable Microsoft.VisualStudio.Editors.PropPageDesigner.PropPageDesignerDocData.FileChangedDelegate.Invoke(ChangeFlags As UInteger, FileAttrs As UInteger) -> Void
Overridable Microsoft.VisualStudio.Editors.PropPageDesigner.PropPageDesignerDocData.LoadCompletedDelegate.Invoke(Reload As Integer) -> Void
Overridable Microsoft.VisualStudio.Editors.VBPackageUtils.getServiceDelegate.Invoke(ServiceType As System.Type) -> Object
Loading