Skip to content

.NET SDK #80

@ForNeVeR

Description

@ForNeVeR

I want the users to be able to develop Cesium projects using .NET SDK, with a workflow like this:

  1. Create a .cesproj file similar to this:
    <Project Sdk="Cesium.Sdk/1.0.0">
      <PropertyGroup>
        <TargetFramework>net6.0</TargetFramework>
      </PropertyGroup>
    </Project>
  2. Run dotnet build: it should download the Cesium.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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions