Skip to content

Commit

Permalink
DYN-7139 WebView2 Crash when Opening Dialog
Browse files Browse the repository at this point in the history
Updating the public API so we won't get a API Break check.
  • Loading branch information
RobertGlobant20 committed Jul 1, 2024
1 parent b88d71d commit bbd6434
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/DynamoCoreWpf/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@

Dynamo.ViewModels.DynamoViewModel.ShowOpenDialogAndOpenResultAsyncCommand.get -> Dynamo.UI.Commands.DelegateCommand

Check failure on line 1 in src/DynamoCoreWpf/PublicAPI.Shipped.txt

View workflow job for this annotation

GitHub Actions / analyze

Symbol 'Dynamo.ViewModels.DynamoViewModel.ShowOpenDialogAndOpenResultAsyncCommand.get -> Dynamo.UI.Commands.DelegateCommand' is part of the declared API, but is either not public or could not be found (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Dynamo.ViewModels.DynamoViewModel.ShowOpenDialogAndOpenResultAsyncCommand.set -> void
Dynamo.ViewModels.DynamoViewModel.ShowOpenTemplateDialogAsyncCommand.get -> Dynamo.UI.Commands.DelegateCommand

Check failure on line 3 in src/DynamoCoreWpf/PublicAPI.Shipped.txt

View workflow job for this annotation

GitHub Actions / analyze

Symbol 'Dynamo.ViewModels.DynamoViewModel.ShowOpenTemplateDialogAsyncCommand.get -> Dynamo.UI.Commands.DelegateCommand' is part of the declared API, but is either not public or could not be found (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Dynamo.ViewModels.DynamoViewModel.ShowOpenTemplateDialogAsyncCommand.set -> void

0 comments on commit bbd6434

Please sign in to comment.