Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PowerCSharp

![PowerCSharp Banner](docs/images/PowerCSharp_Banner.png)
![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png)

[![PowerCSharp](https://img.shields.io/badge/PowerCSharp-v2.0.0-blue.svg)](https://github.com/marioarce/PowerCSharp)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Expand Down
2 changes: 2 additions & 0 deletions src/Features/PowerCSharp.BuiltInFeatures/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# PowerCSharp.BuiltInFeatures

![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png)

Bundle of lightweight, runtime-flag-toggled ASP.NET Core capabilities. Toggle each via
`PowerFeatures:<Key>:Enabled`. Any built-in can be disabled and replaced by a custom Pluggable Feature.

Expand Down
2 changes: 2 additions & 0 deletions src/Features/PowerCSharp.Feature.Cache.Abstractions/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# PowerCSharp.Feature.Cache.Abstractions

![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png)

Framework-agnostic contracts and safe-off NoOp implementations for the PowerCSharp Cache feature.

- Targets `netstandard2.0` and `net8.0`, so cache providers can run on **.NET Framework** and **.NET Core**.
Expand Down
2 changes: 2 additions & 0 deletions src/Features/PowerCSharp.Feature.Cache.BitFaster/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# PowerCSharp.Feature.Cache.BitFaster

![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png)

BitFaster-backed implementation of the PowerCSharp Cache feature. References `BitFaster.Caching`;
this dependency is isolated here and never enters apps that don't reference this package.

Expand Down
2 changes: 2 additions & 0 deletions src/Features/PowerCSharp.Feature.Cache.Disk/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# PowerCSharp.Feature.Cache.Disk

![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png)

Disk-backed LRU cache implementation for the PowerCSharp Cache feature.

- Targets `net8.0`, so it runs on **.NET 8.0 and later**.
Expand Down
2 changes: 2 additions & 0 deletions src/Features/PowerCSharp.Feature.Cache/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# PowerCSharp.Feature.Cache

![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png)

Cache feature module, options, and ASP.NET Core wiring — **no third-party dependencies**.

Pair this package with `PowerCSharp.Feature.Cache.Abstractions` (contracts + NoOp) and a provider package (e.g. `PowerCSharp.Feature.Cache.BitFaster`) to choose a backend.
Expand Down
2 changes: 2 additions & 0 deletions src/Features/PowerCSharp.Features.Abstractions/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# PowerCSharp.Features.Abstractions

![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png)

Contracts for the PowerCSharp Features system. Zero third-party dependencies so any feature
can reference it cheaply (it relies only on the shared ASP.NET Core framework).

Expand Down
2 changes: 2 additions & 0 deletions src/Features/PowerCSharp.Features/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# PowerCSharp.Features

![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png)

The Features engine: feature discovery (hybrid auto-scan + explicit), composite flag resolution,
DI orchestration, a feature registry, and diagnostics.

Expand Down
2 changes: 1 addition & 1 deletion src/PowerCSharp.Compatibility/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PowerCSharp.Compatibility

![PowerCSharp Banner](../../docs/images/PowerCSharp_Banner.png)
![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png)

[![PowerCSharp.Compatibility](https://img.shields.io/badge/PowerCSharp.Compatibility-v0.1.0-blue.svg)](https://github.com/marioarce/PowerCSharp)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Expand Down
2 changes: 1 addition & 1 deletion src/PowerCSharp.Core/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PowerCSharp.Core

![PowerCSharp Banner](../docs/images/PowerCSharp_Banner.png)
![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png)

[![PowerCSharp.Core](https://img.shields.io/badge/PowerCSharp.Core-v0.3.0-blue.svg)](https://github.com/marioarce/PowerCSharp)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Expand Down
2 changes: 1 addition & 1 deletion src/PowerCSharp.Extensions.AspNetCore/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PowerCSharp.Extensions.AspNetCore

![PowerCSharp Banner](../../docs/images/PowerCSharp_Banner.png)
![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png)

[![PowerCSharp.Extensions.AspNetCore](https://img.shields.io/badge/PowerCSharp.Extensions.AspNetCore-v0.3.0-blue.svg)](https://github.com/marioarce/PowerCSharp)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Expand Down
2 changes: 1 addition & 1 deletion src/PowerCSharp.Extensions/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PowerCSharp.Extensions

![PowerCSharp Banner](../docs/images/PowerCSharp_Banner.png)
![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png)

[![PowerCSharp.Extensions](https://img.shields.io/badge/PowerCSharp.Extensions-v0.3.0-blue.svg)](https://github.com/marioarce/PowerCSharp)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Expand Down
2 changes: 1 addition & 1 deletion src/PowerCSharp.Helpers/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PowerCSharp.Helpers

![PowerCSharp Banner](../docs/images/PowerCSharp_Banner.png)
![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png)

[![PowerCSharp.Helpers](https://img.shields.io/badge/PowerCSharp.Helpers-v0.2.0-blue.svg)](https://github.com/marioarce/PowerCSharp)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Expand Down
2 changes: 1 addition & 1 deletion src/PowerCSharp.Utilities/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PowerCSharp.Utilities

![PowerCSharp Banner](../docs/images/PowerCSharp_Banner.png)
![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png)

[![PowerCSharp.Utilities](https://img.shields.io/badge/PowerCSharp.Utilities-v0.2.0-blue.svg)](https://github.com/marioarce/PowerCSharp)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Expand Down
Loading