File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public class WadlParameter
20
20
21
21
[ XmlAttribute ( "style" ) ]
22
22
public string ? Style { get ; set ; }
23
-
23
+
24
24
[ XmlAttribute ( "type" ) ]
25
25
public string ? Type { get ; set ; }
26
26
Original file line number Diff line number Diff line change 6
6
<OutputType >Library</OutputType >
7
7
</PropertyGroup >
8
8
9
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
10
+ <DebugType >none</DebugType >
11
+ <DebugSymbols >false</DebugSymbols >
12
+ </PropertyGroup >
13
+
14
+ <ItemGroup >
15
+ <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" *" >
16
+ <PrivateAssets >all</PrivateAssets >
17
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
18
+ </PackageReference >
19
+ <PackageReference Include =" StyleCop.Analyzers" Version =" *" >
20
+ <PrivateAssets >all</PrivateAssets >
21
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
22
+ </PackageReference >
23
+ <Compile Include =" ..\GlobalSuppressions.cs" Link =" GlobalSuppressions.cs" />
24
+ </ItemGroup >
25
+
26
+ <Target Name =" PostClean" AfterTargets =" Clean" >
27
+ <RemoveDir Directories =" $(BaseIntermediateOutputPath)" />
28
+ <!-- obj -->
29
+ <RemoveDir Directories =" $(BaseOutputPath)" />
30
+ <!-- bin -->
31
+ </Target >
32
+
9
33
</Project >
You can’t perform that action at this time.
0 commit comments