Update CST class for nullability and debug interop

- Changed preprocessor conditions to use DEBUG instead of NET8_0 for interop methods.
- Updated NormalizeEntries and GetEntry methods to accept nullable string parameters.
- Bumped project version to 2.1.101-alpha and updated changelog.
This commit is contained in:
Tony Bark 2026-01-07 04:25:06 -05:00
parent 89383db3c3
commit 2789562abd
3 changed files with 29 additions and 18 deletions

View file

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net8.0;net10.0</TargetFrameworks>
<Version>2.2.100-alpha</Version>
<Version>2.1.101-alpha</Version>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>