Skip to content
- Updated solution to .NET 7
- Updated dockerfile to .NET 7
- Updated solution to .NET 8
- Updated dockerfile to .NET 8
- Updated pipeline YML to .NET 8
- Some .NET 8 modifications.
- Added title name for this application.
- Added regex source generators for season and episode detection.
- Removed regex usage for date detection (hot path).
- Switched to Length check instead of LINQ Any usage.
- Removed Debian comments from Dockerfile.