This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| steps: | |
| - powershell: | | |
| $ErrorActionPreference = 'Stop' | |
| $jsonPath = "$(Build.SourcesDirectory)\packages.json" | |
| if (-not (Test-Path $jsonPath)) { | |
| Write-Host "JSON file not found at '$jsonPath'. Skipping validation." | |
| exit 0 | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> | |
| <s:Boolean x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=45ED73B527F94442B7633607D89970C1/@KeyIndexDefined">True</s:Boolean> | |
| <s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=45ED73B527F94442B7633607D89970C1/Comment/@EntryValue">Remove discard assignments (_ = ...)</s:String> | |
| <s:Boolean x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=45ED73B527F94442B7633607D89970C1/IsReplacePattern/@EntryValue">True</s:Boolean> | |
| <s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=45ED73B527F94442B7633607D89970C1/LanguageName/@EntryValue">CSHARP</s:String> | |
| <s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=45ED73B527F94442B7633607D89970C1/SearchPattern/ |