Skip to content

Commit

Permalink
Trigger to redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Farshad DASHTI authored and Farshad DASHTI committed Oct 7, 2024
1 parent 09a962f commit 64f9202
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ public static IServiceCollection AddBackgroundService(this IServiceCollection se
return services;
}
}
}

}
1 change: 0 additions & 1 deletion src/DfE.CoreLibs.Caching/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dotnet add package DfE.CoreLibs.Caching

1. **Service Registration:** You use `ICacheService` in your handlers to store and retrieve data from memory to avoid unnecessary processing and database queries. Here's how you register the caching service:


```csharp
public void ConfigureServices(IServiceCollection services)
{
Expand Down
1 change: 0 additions & 1 deletion src/DfE.CoreLibs.Contracts/readme.md
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

1 change: 0 additions & 1 deletion src/DfE.CoreLibs.Http/readme.md
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

1 change: 0 additions & 1 deletion src/DfE.CoreLibs.Testing/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dotnet add package DfE.CoreLibs.Testing

## Usage


### Usage of Customization Attributes

In your tests, you can use `CustomAutoData` to easily inject customizations like `AutoMapperCustomization`, this Customization scans your assembly for profiles and registers them automatically.
Expand Down
2 changes: 1 addition & 1 deletion src/DfE.CoreLibs.Utilities/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ This package includes a set of utilities and extension methods.

1) Install the package.
2) Import the DfE.CoreLibs.Utilities namespace wherever you need to use one of the extensions or utilities.
3) Call the extension or utility you need.
3) Call the extension or utility you need.

0 comments on commit 64f9202

Please sign in to comment.