-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
area:sdkCesium .NET SDKCesium .NET SDKkind:featureNew feature or requestNew feature or requeststatus:help-wantedOpen for contributorsOpen for contributors
Description
I want the users to be able to develop Cesium projects using .NET SDK, with a workflow like this:
- Create a
.cesproj
file similar to this:<Project Sdk="Cesium.Sdk/1.0.0"> <PropertyGroup> <TargetFramework>net6.0</TargetFramework> </PropertyGroup> </Project>
- Run
dotnet build
: it should download theCesium.Sdk
from NuGet, set up compiler target, probably even download the standard library from NuGet!
In other words, Cesium projects should be fully compatible with normal .NET ecosystem; ideally, it should even be possible to use <ProjectRefrence Include="../something.cesproj" />
in a C# project, and get the reference!
Depends on:
rstm-sf and seclerp
Metadata
Metadata
Assignees
Labels
area:sdkCesium .NET SDKCesium .NET SDKkind:featureNew feature or requestNew feature or requeststatus:help-wantedOpen for contributorsOpen for contributors