Fix crash if SpecialFolder.ApplicationData doesn't exist #143
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, cake-build/cake-action@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ILSpy.Core/TreeNodes/ResourceNodes/ResourceTreeNode.cs#L78
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
ILSpy.Core/MainWindow.xaml.cs#L1254
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
ILSpy.Core/TextView/DecompilerTextView.xaml.cs#L796
'IPointerDevice.GetPosition(IVisual)' is obsolete: 'Use PointerEventArgs.GetPosition'
|
ILSpy.Core/Commands/SimpleCommand.cs#L27
The event 'SimpleCommand.CanExecuteChanged' is never used
|
ILSpy.Core/MainWindow.xaml.cs#L68
The field 'MainWindow.handlingNugetPackageSelection' is assigned but its value is never used
|
|
ILSpy.Core/TreeNodes/ResourceNodes/ResourceTreeNode.cs#L78
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
ILSpy.Core/MainWindow.xaml.cs#L1254
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
ILSpy.Core/TextView/DecompilerTextView.xaml.cs#L796
'IPointerDevice.GetPosition(IVisual)' is obsolete: 'Use PointerEventArgs.GetPosition'
|
ILSpy.Core/Commands/SimpleCommand.cs#L27
The event 'SimpleCommand.CanExecuteChanged' is never used
|
The logs for this run have expired and are no longer available.
Loading