Skip to content

Commit

Permalink
add some APIs to undeclared API list file to resolve analyzer errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aparajit-pratap committed Feb 20, 2024
1 parent 1eb5463 commit 3602390
Show file tree
Hide file tree
Showing 4 changed files with 246 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/DynamoCoreWpf/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2620,6 +2620,8 @@ Dynamo.ViewModels.PreferencesViewModel.DisableTrustWarnings.get -> bool
Dynamo.ViewModels.PreferencesViewModel.EnableConfidenceLevelSlider.get -> bool
Dynamo.ViewModels.PreferencesViewModel.EnableHideNodesToggle.get -> bool
Dynamo.ViewModels.PreferencesViewModel.EnableManualScaleOverrides.get -> bool
Dynamo.ViewModels.PreferencesViewModel.EnablePanelingIsChecked.get -> bool
Dynamo.ViewModels.PreferencesViewModel.EnablePanelingIsChecked.set -> void
Dynamo.ViewModels.PreferencesViewModel.EnableTSplineIsChecked.get -> bool
Dynamo.ViewModels.PreferencesViewModel.EnableTSplineIsChecked.set -> void
Dynamo.ViewModels.PreferencesViewModel.Filters.get -> System.Collections.ObjectModel.ObservableCollection<Dynamo.ViewModels.PackageFilter>
Expand Down Expand Up @@ -5063,6 +5065,7 @@ static Dynamo.Wpf.Properties.Resources.PreferencesViewEmptyStyleWarning.get -> s
static Dynamo.Wpf.Properties.Resources.PreferencesViewEnableNodeAutoComplete.get -> string
static Dynamo.Wpf.Properties.Resources.PreferencesViewEnableNodeAutoCompleteTooltipText.get -> string
static Dynamo.Wpf.Properties.Resources.PreferencesViewEnableNotificationCenter.get -> string
static Dynamo.Wpf.Properties.Resources.PreferencesViewEnablePanelingNodes.get -> string
static Dynamo.Wpf.Properties.Resources.PreferencesViewEnablePersistExtensions.get -> string
static Dynamo.Wpf.Properties.Resources.PreferencesViewEnableTSplineNodes.get -> string
static Dynamo.Wpf.Properties.Resources.PreferencesViewExperimentalLabel.get -> string
Expand Down
4 changes: 4 additions & 0 deletions src/DynamoUtilities/DynamoUtilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" />
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/DynamoUtilities/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Loading

0 comments on commit 3602390

Please sign in to comment.