Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Elyas-Amini committed Nov 21, 2023
1 parent 0bec447 commit 3d1f45e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Platforms>AnyCPU;x64;x86</Platforms>
<Authors>EasyMicroservices</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.0.0.1</Version>
<Version>0.0.0.2</Version>
<Description>client generated code.</Description>
<Copyright>[email protected]</Copyright>
<PackageTags>microservice,Support,Supports,client</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using EasyMicroservices.SupportsMicroservice;

Check warning on line 5 in src/CSharp/EasyMicroservices.SupportsMicroservice.WebApi/Program.cs

View workflow job for this annotation

GitHub Actions / os-tests

The using directive for 'EasyMicroservices.SupportsMicroservice' appeared previously in this namespace

Check warning on line 5 in src/CSharp/EasyMicroservices.SupportsMicroservice.WebApi/Program.cs

View workflow job for this annotation

GitHub Actions / os-tests

The using directive for 'EasyMicroservices.SupportsMicroservice' appeared previously in this namespace

Check warning on line 5 in src/CSharp/EasyMicroservices.SupportsMicroservice.WebApi/Program.cs

View workflow job for this annotation

GitHub Actions / os-tests

The using directive for 'EasyMicroservices.SupportsMicroservice' appeared previously in this namespace

Check warning on line 5 in src/CSharp/EasyMicroservices.SupportsMicroservice.WebApi/Program.cs

View workflow job for this annotation

GitHub Actions / os-tests

The using directive for 'EasyMicroservices.SupportsMicroservice' appeared previously in this namespace

Check warning on line 5 in src/CSharp/EasyMicroservices.SupportsMicroservice.WebApi/Program.cs

View workflow job for this annotation

GitHub Actions / os-tests

The using directive for 'EasyMicroservices.SupportsMicroservice' appeared previously in this namespace

Check warning on line 5 in src/CSharp/EasyMicroservices.SupportsMicroservice.WebApi/Program.cs

View workflow job for this annotation

GitHub Actions / os-tests

The using directive for 'EasyMicroservices.SupportsMicroservice' appeared previously in this namespace
using EasyMicroservices.SupportsMicroservice.Database.Contexts;

Check warning on line 6 in src/CSharp/EasyMicroservices.SupportsMicroservice.WebApi/Program.cs

View workflow job for this annotation

GitHub Actions / os-tests

The using directive for 'EasyMicroservices.SupportsMicroservice.Database.Contexts' appeared previously in this namespace

Check warning on line 6 in src/CSharp/EasyMicroservices.SupportsMicroservice.WebApi/Program.cs

View workflow job for this annotation

GitHub Actions / os-tests

The using directive for 'EasyMicroservices.SupportsMicroservice.Database.Contexts' appeared previously in this namespace

Check warning on line 6 in src/CSharp/EasyMicroservices.SupportsMicroservice.WebApi/Program.cs

View workflow job for this annotation

GitHub Actions / os-tests

The using directive for 'EasyMicroservices.SupportsMicroservice.Database.Contexts' appeared previously in this namespace

Check warning on line 6 in src/CSharp/EasyMicroservices.SupportsMicroservice.WebApi/Program.cs

View workflow job for this annotation

GitHub Actions / os-tests

The using directive for 'EasyMicroservices.SupportsMicroservice.Database.Contexts' appeared previously in this namespace

Check warning on line 6 in src/CSharp/EasyMicroservices.SupportsMicroservice.WebApi/Program.cs

View workflow job for this annotation

GitHub Actions / os-tests

The using directive for 'EasyMicroservices.SupportsMicroservice.Database.Contexts' appeared previously in this namespace

Check warning on line 6 in src/CSharp/EasyMicroservices.SupportsMicroservice.WebApi/Program.cs

View workflow job for this annotation

GitHub Actions / os-tests

The using directive for 'EasyMicroservices.SupportsMicroservice.Database.Contexts' appeared previously in this namespace

namespace EasyMicroservices.CommentsMicroservice.WebApi
namespace EasyMicroservices.SupportsMicroservice.WebApi
{
public class Program
{
Expand Down

0 comments on commit 3d1f45e

Please sign in to comment.