EssentialCSharp
EssentialCSharp copied to clipboard
Page 209 Errata
refer https://mikehadlow.blogspot.com/2020/08/c-preprocessor-directive-symbols-from.html for a workaround.
dotnet build /p:DefineConstants="CSHARP2PLUS" --framework xxx (omit framework)
Add a note that adding it in through property overrides DefineConstants in csproj file
Related to https://github.com/IntelliTect/EssentialCSharp.Web/discussions/349