Skip to content

Commit

Permalink
Fix some publicAPI annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouv committed May 5, 2020
1 parent b46282a commit 049f256
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
1 change: 1 addition & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
<add key="dotnet5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
<add key="dotnet5-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="myget.org roslyn-analyzers" value="https://dotnet.myget.org/F/roslyn-analyzers/api/v3/index.json" />
</packageSources>
</configuration>
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</PropertyGroup>
<!-- External Analyzers -->
<PropertyGroup>
<MicrosoftCodeAnalysisPublicApiAnalyzers>3.0.0</MicrosoftCodeAnalysisPublicApiAnalyzers>
<MicrosoftCodeAnalysisPublicApiAnalyzers>3.3.0-beta1.20255.4</MicrosoftCodeAnalysisPublicApiAnalyzers>
</PropertyGroup>
<!-- Additional unchanging dependencies -->
<PropertyGroup>
Expand Down
38 changes: 19 additions & 19 deletions src/System.Windows.Forms/src/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -356,9 +356,9 @@ System.Windows.Forms.Automation.IAutomationLiveRegion.LiveSetting.set -> void
System.Windows.Forms.AxHost
System.Windows.Forms.AxHost.AboutBoxDelegate
System.Windows.Forms.AxHost.ActiveXInvokeKind
~System.Windows.Forms.AxHost.ActiveXInvokeKind.MethodInvoke = 0 -> System.Windows.Forms.AxHost.ActiveXInvokeKind
~System.Windows.Forms.AxHost.ActiveXInvokeKind.PropertyGet = 1 -> System.Windows.Forms.AxHost.ActiveXInvokeKind
~System.Windows.Forms.AxHost.ActiveXInvokeKind.PropertySet = 2 -> System.Windows.Forms.AxHost.ActiveXInvokeKind
System.Windows.Forms.AxHost.ActiveXInvokeKind.MethodInvoke = 0 -> System.Windows.Forms.AxHost.ActiveXInvokeKind
System.Windows.Forms.AxHost.ActiveXInvokeKind.PropertyGet = 1 -> System.Windows.Forms.AxHost.ActiveXInvokeKind
System.Windows.Forms.AxHost.ActiveXInvokeKind.PropertySet = 2 -> System.Windows.Forms.AxHost.ActiveXInvokeKind
System.Windows.Forms.AxHost.AxComponentEditor
System.Windows.Forms.AxHost.AxComponentEditor.AxComponentEditor() -> void
~System.Windows.Forms.AxHost.AxHost(string clsid) -> void
Expand Down Expand Up @@ -2944,8 +2944,8 @@ System.Windows.Forms.FolderBrowserDialog.AutoUpgradeEnabled.set -> void
~System.Windows.Forms.FolderBrowserDialog.Description.set -> void
System.Windows.Forms.FolderBrowserDialog.FolderBrowserDialog() -> void
System.Windows.Forms.FolderBrowserDialog.HelpRequest -> System.EventHandler
~System.Windows.Forms.FolderBrowserDialog.RootFolder.get -> System.Environment.SpecialFolder
~System.Windows.Forms.FolderBrowserDialog.RootFolder.set -> void
System.Windows.Forms.FolderBrowserDialog.RootFolder.get -> System.Environment.SpecialFolder
System.Windows.Forms.FolderBrowserDialog.RootFolder.set -> void
~System.Windows.Forms.FolderBrowserDialog.SelectedPath.get -> string
~System.Windows.Forms.FolderBrowserDialog.SelectedPath.set -> void
System.Windows.Forms.FolderBrowserDialog.ShowNewFolderButton.get -> bool
Expand Down Expand Up @@ -4731,23 +4731,23 @@ System.Windows.Forms.MonthCalendar.FirstDayOfWeek.get -> System.Windows.Forms.Da
System.Windows.Forms.MonthCalendar.FirstDayOfWeek.set -> void
~System.Windows.Forms.MonthCalendar.GetDisplayRange(bool visible) -> System.Windows.Forms.SelectionRange
System.Windows.Forms.MonthCalendar.HitArea
~System.Windows.Forms.MonthCalendar.HitArea.CalendarBackground = 6 -> System.Windows.Forms.MonthCalendar.HitArea
~System.Windows.Forms.MonthCalendar.HitArea.Date = 7 -> System.Windows.Forms.MonthCalendar.HitArea
~System.Windows.Forms.MonthCalendar.HitArea.DayOfWeek = 10 -> System.Windows.Forms.MonthCalendar.HitArea
~System.Windows.Forms.MonthCalendar.HitArea.NextMonthButton = 4 -> System.Windows.Forms.MonthCalendar.HitArea
~System.Windows.Forms.MonthCalendar.HitArea.NextMonthDate = 8 -> System.Windows.Forms.MonthCalendar.HitArea
~System.Windows.Forms.MonthCalendar.HitArea.Nowhere = 0 -> System.Windows.Forms.MonthCalendar.HitArea
~System.Windows.Forms.MonthCalendar.HitArea.PrevMonthButton = 5 -> System.Windows.Forms.MonthCalendar.HitArea
~System.Windows.Forms.MonthCalendar.HitArea.PrevMonthDate = 9 -> System.Windows.Forms.MonthCalendar.HitArea
~System.Windows.Forms.MonthCalendar.HitArea.TitleBackground = 1 -> System.Windows.Forms.MonthCalendar.HitArea
~System.Windows.Forms.MonthCalendar.HitArea.TitleMonth = 2 -> System.Windows.Forms.MonthCalendar.HitArea
~System.Windows.Forms.MonthCalendar.HitArea.TitleYear = 3 -> System.Windows.Forms.MonthCalendar.HitArea
~System.Windows.Forms.MonthCalendar.HitArea.TodayLink = 12 -> System.Windows.Forms.MonthCalendar.HitArea
~System.Windows.Forms.MonthCalendar.HitArea.WeekNumbers = 11 -> System.Windows.Forms.MonthCalendar.HitArea
System.Windows.Forms.MonthCalendar.HitArea.CalendarBackground = 6 -> System.Windows.Forms.MonthCalendar.HitArea
System.Windows.Forms.MonthCalendar.HitArea.Date = 7 -> System.Windows.Forms.MonthCalendar.HitArea
System.Windows.Forms.MonthCalendar.HitArea.DayOfWeek = 10 -> System.Windows.Forms.MonthCalendar.HitArea
System.Windows.Forms.MonthCalendar.HitArea.NextMonthButton = 4 -> System.Windows.Forms.MonthCalendar.HitArea
System.Windows.Forms.MonthCalendar.HitArea.NextMonthDate = 8 -> System.Windows.Forms.MonthCalendar.HitArea
System.Windows.Forms.MonthCalendar.HitArea.Nowhere = 0 -> System.Windows.Forms.MonthCalendar.HitArea
System.Windows.Forms.MonthCalendar.HitArea.PrevMonthButton = 5 -> System.Windows.Forms.MonthCalendar.HitArea
System.Windows.Forms.MonthCalendar.HitArea.PrevMonthDate = 9 -> System.Windows.Forms.MonthCalendar.HitArea
System.Windows.Forms.MonthCalendar.HitArea.TitleBackground = 1 -> System.Windows.Forms.MonthCalendar.HitArea
System.Windows.Forms.MonthCalendar.HitArea.TitleMonth = 2 -> System.Windows.Forms.MonthCalendar.HitArea
System.Windows.Forms.MonthCalendar.HitArea.TitleYear = 3 -> System.Windows.Forms.MonthCalendar.HitArea
System.Windows.Forms.MonthCalendar.HitArea.TodayLink = 12 -> System.Windows.Forms.MonthCalendar.HitArea
System.Windows.Forms.MonthCalendar.HitArea.WeekNumbers = 11 -> System.Windows.Forms.MonthCalendar.HitArea
~System.Windows.Forms.MonthCalendar.HitTest(System.Drawing.Point point) -> System.Windows.Forms.MonthCalendar.HitTestInfo
~System.Windows.Forms.MonthCalendar.HitTest(int x, int y) -> System.Windows.Forms.MonthCalendar.HitTestInfo
System.Windows.Forms.MonthCalendar.HitTestInfo
~System.Windows.Forms.MonthCalendar.HitTestInfo.HitArea.get -> System.Windows.Forms.MonthCalendar.HitArea
System.Windows.Forms.MonthCalendar.HitTestInfo.HitArea.get -> System.Windows.Forms.MonthCalendar.HitArea
System.Windows.Forms.MonthCalendar.HitTestInfo.Point.get -> System.Drawing.Point
System.Windows.Forms.MonthCalendar.HitTestInfo.Time.get -> System.DateTime
System.Windows.Forms.MonthCalendar.ImeMode.get -> System.Windows.Forms.ImeMode
Expand Down

0 comments on commit 049f256

Please sign in to comment.