Cesium.Compiler
0.4.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global Cesium.Compiler --version 0.4.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Cesium.Compiler --version 0.4.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Cesium.Compiler&version=0.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Cesium.Compiler --version 0.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
[Changed]
- All the Cesium-generated struct types are now public.
[Fixed]
- Issues with "Size of field of type \<name> is too large" when compiled with the wide architecture set.
- Issues with resolving System.Private.CoreLib when referencing Cesium-produced assemblies from external code.