Extensible ASP.NET host
- C# 100%
- Added stackalloc size check in `StringExtensions.ToSlug()` - Previously, if a user puts in too large of a string which then gets converted to a Slug, it can overflow the stack. BREAKING CHANGE: - Converted `ICluster.GetVersion()`, `ICluster.GetName()`, `ICluster.GetStorageDirectory()`, and `ICluster.GetConfig()` into properties. - `Cluster.CreateLogger()` has been removed, and replaced with `ClusterLoggerFactory.Create()` - Turned `Endpoint` into a `record`. - Renamed `IApi` to `IApiModule` - Changed signature of `IApiModule.SetupEndpoints()` to return `void` - Turned `ClusterConfig` into an interface (`IClusterConfig`) |
||
|---|---|---|
| OpenStar.Client | ||
| OpenStar.Core | ||
| .gitignore | ||
| LICENSE | ||
| OpenStar.sln | ||
| README.md | ||
OpenStar
Extensible ASP.NET host