-
Notifications
You must be signed in to change notification settings - Fork 48
.NET SDK #80
Copy link
Copy link
Closed
Labels
area:sdkCesium .NET SDKCesium .NET SDKkind:featureNew feature or requestNew feature or requeststatus:help-wantedOpen for contributorsOpen for contributors
Description
Metadata
Metadata
Assignees
Labels
area:sdkCesium .NET SDKCesium .NET SDKkind:featureNew feature or requestNew feature or requeststatus:help-wantedOpen for contributorsOpen for contributors
I want the users to be able to develop Cesium projects using .NET SDK, with a workflow like this:
.cesprojfile similar to this:dotnet build: it should download theCesium.Sdkfrom 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: