Skip to content

Commit

Permalink
Update namespaces and package references
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed Mar 15, 2024
1 parent e4f53a4 commit b5099e4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using NS_GeneratedJson_outdatedV1_gen_json;

namespace NetPackageAnalyzerObjects;
namespace NetPackageAnalyzerObjects;
public abstract class GenerateFiles
{
public GenerateFiles(IFileSystem system)
Expand Down Expand Up @@ -47,7 +45,7 @@ public async Task<bool> GenerateData(string folder)
}

string text;
outdatedV1_gen_json? outdatedPackages = null;
OutDated.outdatedV1_gen_json? outdatedPackages = null;
Deprecated.deprecatedV1_gen_json? deprecatedPackages = null;
All.includeV1_gen_json? allPackages = null;
try
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<PackageReference Include="TestableIO.System.IO.Abstractions.Wrappers" Version="20.0.15" />
<PackageReference Include="Morris.Moxy" Version="1.5.0" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
<!--<PackageReference Include="rscgutils" Version="2024.1859.1955" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />-->
<PackageReference Include="rscgutils" Version="2024.1859.1955" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />

</ItemGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.IO.Compression;

namespace NetPackageAnalyzerDocusaurus;
namespace NetPackageAnalyzerDocusaurus;

public class GenerateFilesDocusaurus:GenerateFiles
{
Expand Down
2 changes: 1 addition & 1 deletion src/NetPackageAnalyzer/NetPackageAnalyzerWork/globals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
global using System.Text.Json;
//global using NS_;
global using static System.Console;
global using NetPackageAnalyzerDocusaurus;
global using NetPackageAnalyzerDocusaurus.Templates;
global using System.IO.Abstractions;
global using NetPackageAnalyzerObjects;
global using System.IO.Compression;



0 comments on commit b5099e4

Please sign in to comment.