microsoft / developer-platform

Home Page:https://learn.microsoft.com/en-us/platform-engineering/developer-self-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developer Platform

developer-platform

// TODO

Repos

Repo Description
developer-platform-github The GitHub provider(s) developer-platform-github
developer-platform-devcenter The Dev Center Azure Deployment Environments provider developer-platform-devcenter
developer-platform-vscode Developer Platform VS Code extension (not started) developer-platform-vscode
developer-platform-vscode-chat Developer Platform GitHub CoPilot chat agent for VS Code developer-platform-vscode-chat
developer-platform-website React website imitating a company's portal (for testing) developer-platform-website

Packages

npm

Package
@developer-platform/entities @developer-platform/entities

NuGet

Package
Microsoft.Developer.Abstractions Microsoft.Developer.Abstractions
Microsoft.Developer.Azure Microsoft.Developer.Azure
Microsoft.Developer.Data.Cosmos Microsoft.Developer.Data.Cosmos
Microsoft.Developer.DurableTasks Microsoft.Developer.DurableTasks
Microsoft.Developer.Hosting.AspNetCore Microsoft.Developer.Hosting.AspNetCore
Microsoft.Developer.Hosting.Functions Microsoft.Developer.Hosting.Functions
Microsoft.Developer.Hosting Microsoft.Developer.Hosting
Microsoft.Developer.MSGraph Microsoft.Developer.MSGraph
Microsoft.Developer.Providers Microsoft.Developer.Providers
Microsoft.Developer.Serialization.Json Microsoft.Developer.Serialization.Json

nuget.config

These nuget packages are currently hosted in a private feed. To consume them in your provider, add a nuget.config file to your solution:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <!--To inherit the global NuGet package sources remove the <clear/> line below -->
    <clear />
    <add key="nuget" value="https://api.nuget.org/v3/index.json" />
    <add key="msdev" value="https://msdevnuget.blob.core.windows.net/feed/index.json" />
  </packageSources>

  <!-- Microsoft.Developer.* packages will be restored from msdev, everything else from nuget.org. -->
  <packageSourceMapping>
    <packageSource key="nuget">
      <package pattern="*" />
    </packageSource>
    <packageSource key="msdev">
      <package pattern="Microsoft.Developer.*" />
    </packageSource>
  </packageSourceMapping>
</configuration>

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

About

https://learn.microsoft.com/en-us/platform-engineering/developer-self-service

License:MIT License


Languages

Language:C# 89.5%Language:Bicep 6.2%Language:TypeScript 3.2%Language:Python 0.7%Language:Shell 0.4%