Skip to content

Commit

Permalink
Merge pull request #7 from FRACerqueira/developer
Browse files Browse the repository at this point in the history
Review Key features
  • Loading branch information
FRACerqueira authored Nov 22, 2023
2 parents fa8fed0 + ac44ef2 commit 02fbf12
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 18 deletions.
15 changes: 9 additions & 6 deletions NugetREADME.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# **Welcome to RingBufferPlus**
# **Welcome to RingBufferPlus**

### **RingBufferPlus A generic circular buffer (ring buffer) in C# with Auto-Scaler, and Report-Metrics.**

Expand All @@ -22,10 +22,13 @@ The implementation follows the basic principle. The principle was expanded to ha
- Set unique name for same buffer type
- Set the buffer capacity
- Set the minimum and maximum capacity (optional)
- Set the conditions for scaling to maximum and minimum
- Associate the logger inertface
- Define a user role for generated errors
- Define a user role to receive capacity change events
- Set the conditions for scaling to maximum and minimum (required)
- Automatic condition values ​​based on capacity (value not required)
- Define a user role to receive capacity change events (optional)
- Associate the logger interface (optional)
- Define a user role for generated errors (optional)
- Invalidate the buffer when it is in an invalid state
- Warm up to full capacity before starting application
- Simple and clear fluent syntax

## Installing
Expand Down Expand Up @@ -186,7 +189,7 @@ My thanks for your great work of bringing knowledge to the community!

**API documentation generated by**

- [xmldoc2md](https://github.com/FRACerqueira/xmldoc2md), Copyright (c) 2022 Charles de Vandière.
- [xmldoc2md](https://github.com/FRACerqueira/xmldoc2md), Copyright (c) 2022 Charles de Vandière.

## License

Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,13 @@ The implementation follows the basic principle. The principle was expanded to ha
- Set unique name for same buffer type
- Set the buffer capacity
- Set the minimum and maximum capacity (optional)
- Set the conditions for scaling to maximum and minimum
- Associate the logger inertface
- Define a user role for generated errors
- Define a user role to receive capacity change events
- Set the conditions for scaling to maximum and minimum (required)
- Automatic condition values ​​based on capacity (value not required)
- Define a user role to receive capacity change events (optional)
- Associate the logger interface (optional)
- Define a user role for generated errors (optional)
- Invalidate the buffer when it is in an invalid state
- Warm up to full capacity before starting application
- Simple and clear fluent syntax

## Installing
Expand Down
11 changes: 7 additions & 4 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ Features
- Set unique name for same buffer type
- Set the buffer capacity
- Set the minimum and maximum capacity (optional)
- Set the conditions for scaling to maximum and minimum
- Associate the logger inertface
- Define a user role for generated errors
- Define a user role to receive capacity change events
- Set the conditions for scaling to maximum and minimum (required)
- Automatic condition values ​​based on capacity (value not required)
- Define a user role to receive capacity change events (optional)
- Associate the logger interface (optional)
- Define a user role for generated errors (optional)
- Invalidate the buffer when it is in an invalid state
- Warm up to full capacity before starting application
- Simple and clear fluent syntax

Visit the official page for more documentation :
Expand Down
11 changes: 7 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,13 @@ The implementation follows the basic principle. The principle was expanded to ha
- Set unique name for same buffer type
- Set the buffer capacity
- Set the minimum and maximum capacity (optional)
- Set the conditions for scaling to maximum and minimum
- Associate the logger inertface
- Define a user role for generated errors
- Define a user role to receive capacity change events
- Set the conditions for scaling to maximum and minimum (required)
- Automatic condition values ​​based on capacity (value not required)
- Define a user role to receive capacity change events (optional)
- Associate the logger interface (optional)
- Define a user role for generated errors (optional)
- Invalidate the buffer when it is in an invalid state
- Warm up to full capacity before starting application
- Simple and clear fluent syntax

## Installing
Expand Down

0 comments on commit 02fbf12

Please sign in to comment.