Cesium.Compiler
0.5.0
dotnet tool install --global Cesium.Compiler --version 0.5.0
dotnet new tool-manifest
dotnet tool install --local Cesium.Compiler --version 0.5.0
#tool dotnet:?package=Cesium.Compiler&version=0.5.0
nuke :add-package Cesium.Compiler --version 0.5.0
Package Description
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
This package has no dependencies.
[Fixed]
- #963: Nested preprocessor calls fails (https://github.com/ForNeVeR/Cesium/issues/963). Thanks to @kant2002!
- #993 (https://github.com/ForNeVeR/Cesium/pull/993): Fix infinite loop on Visit of IdentifierDesignator. Thanks to @pkazakov-dev!
- #996: Cesium-compiled assemblies break .NET IL trimmer (https://github.com/ForNeVeR/Cesium/issues/996). Thanks to @kant2002!
- #997: Avalonia XAML previewer cannot load Cesium libraries using Reflection (https://github.com/ForNeVeR/Cesium/issues/997). Thanks to @kant2002!
[Changed]
- #295: Escape sequence processing: improve error reporting (https://github.com/ForNeVeR/Cesium/issues/295). Thanks to @comachrome!
- Update the used dependencies.
[Added]
- #978: Implement compiler warnings (https://github.com/ForNeVeR/Cesium/pull/978). Thanks to @evgTSV!
- #991 (https://github.com/ForNeVeR/Cesium/pull/991): Produce warning about missing parameters for macro invocation. Thanks to @kant2002!
- #999 (https://github.com/ForNeVeR/Cesium/issues/999): Support C23 bool keyword as alias of _Bool. Thanks to @Ashish-Rawal-047!