mirror of
https://github.com/tonytins/cstdotnet.git
synced 2026-02-10 12:14:47 -05:00
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:
parent
89383db3c3
commit
2789562abd
3 changed files with 29 additions and 18 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue