Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into main-local
  • Loading branch information
Nikita Romanov committed Feb 8, 2023
2 parents 5da1c90 + cdcdfc6 commit 2bd7844
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
# .NET Meteor

This VSCode extension allows you to build, debug .NET 7 / .NET 6 apps (including WinUI, MAUI and native C# Android/iOS/MacCatalyst), and deploy them to devices or emulators.
This VSCode extension allows you to build, debug .NET 6 / .NET 7 apps and deploy them to devices or emulators. The following table lists supported .NET MAUI target platforms and their capabilities:

| Application Type | Build and Run (including Emulators) | Debugging |
|-|-|-|
| WinUI |||
| Android |||
| iOS |||
| MacCatalyst |||

## Included Features

* Fast and responsive.
* Do not require to install the OmniSharp VSCode Extension.
* Shows all projects that exist in the opened workspace.
* Works on Windows, MacOS, and Linux (tested on Ubuntu).

# Run the Application
## Run the Application

1. Open a project's folder.
1. Open the Run and Debug VSCode tab and click the '_create a launch.json file_'.
Expand All @@ -34,3 +43,8 @@ This VSCode extension allows you to build, debug .NET 7 / .NET 6 apps (including

* The application's Hot Reload is not available. We are working on implementing this feature.
* XAML IntelliSense is not available.

## More Topics

* [Getting Started for MAUI Development with DotNet.Meteor Extension](https://github.com/JaneySprings/DotNet.Meteor/wiki/Getting-started-for-MAUI-development-with-DotNet.Meteor-extension)
* [Customize Predefined Tasks](https://github.com/JaneySprings/DotNet.Meteor/wiki/Predefined-task-customization)

0 comments on commit 2bd7844

Please sign in to comment.