Skip to content
#

dot-net-6

Here are 26 public repositories matching this topic...

Spottr.Net
tacosontitan
tacosontitan commented Mar 16, 2022

A data model is needed for representing services at a high level. The following data structure should meet the needs of most applications from a getting started point of view.

{
	"displayName": "",
	"currentState": "",
	"connectionStates": [
		{
			"name": "GLCS",
			"state": "Not Connected"
		},
		{
			"name": "Trimble (TMWSuite)",
			"state": "Connected"
		}
	],
	"statis
enhancement good first issue

Improve this page

Add a description, image, and links to the dot-net-6 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dot-net-6 topic, visit your repo's landing page and select "manage topics."

Learn more