Skip to content

Commit 51d02a2

Browse files
committed
Remove Skyline.DataMiner.Utils.SecureCoding and only use the Analyzer
(cherry picked from commit 930326e)
1 parent 51d3fe6 commit 51d02a2

File tree

6 files changed

+1
-11
lines changed

6 files changed

+1
-11
lines changed

working/templates/automationsolution/$SCRIPTNAME$_1/$SCRIPTNAME$_1.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
</PropertyGroup>
1919
<ItemGroup>
2020
<PackageReference Include="Skyline.DataMiner.Dev.Automation" Version="10.2.0.25" />
21-
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding" Version="1.0.0" />
2221
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding.Analyzers" Version="1.0.0">
2322
<PrivateAssets>all</PrivateAssets>
2423
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

working/templates/connectorsolution/QAction_1/QAction_1.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
</ItemGroup>
1111
<ItemGroup>
1212
<PackageReference Include="Skyline.DataMiner.Dev.Protocol" Version="10.2.0.25" />
13-
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding" Version="1.0.0" />
1413
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding.Analyzers" Version="1.0.0">
1514
<PrivateAssets>all</PrivateAssets>
1615
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

working/templates/connectorsolution/QAction_2/QAction_2.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
</ItemGroup>
1111
<ItemGroup>
1212
<PackageReference Include="Skyline.DataMiner.Dev.Protocol" Version="10.2.0.25" />
13-
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding" Version="1.0.0" />
1413
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding.Analyzers" Version="1.0.0">
1514
<PrivateAssets>all</PrivateAssets>
1615
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

working/templates/connectorsolution/QAction_Helper/QAction_Helper.csproj

-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
</PropertyGroup>
88
<ItemGroup>
99
<PackageReference Include="Skyline.DataMiner.Dev.Protocol" Version="10.2.0.25" />
10-
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding" Version="1.0.0" />
11-
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding.Analyzers" Version="1.0.0">
12-
<PrivateAssets>all</PrivateAssets>
13-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
14-
</PackageReference>
1510
</ItemGroup>
1611
<ProjectExtensions>
1712
<VisualStudio>

working/templates/gqi-ad-hoc-data-source-solution/$SCRIPTNAME$_1/$SCRIPTNAME$_1.csproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@
2121
<PackageReference Include="Skyline.DataMiner.Dev.Automation" Version="10.4.4.2" />
2222
<!--#else-->
2323
<PackageReference Include="Skyline.DataMiner.Dev.Automation" Version="10.2.5.5" />
24-
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding" Version="1.0.0" />
24+
<!--#endif-->
2525
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding.Analyzers" Version="1.0.0">
2626
<PrivateAssets>all</PrivateAssets>
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2828
</PackageReference>
29-
<!--#endif-->
3029
</ItemGroup>
3130
<ProjectExtensions>
3231
<VisualStudio>

working/templates/userdefinedAPIsolution/$SCRIPTNAME$_1/$SCRIPTNAME$_1.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
</PropertyGroup>
1919
<ItemGroup>
2020
<PackageReference Include="Skyline.DataMiner.Dev.Automation" Version="10.3.6" />
21-
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding" Version="1.0.0" />
2221
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding.Analyzers" Version="1.0.0">
2322
<PrivateAssets>all</PrivateAssets>
2423
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)