Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release Notes

## 0.14.0
Remove support for .NET 6 and .NET 7

### Features
- Removed support for .NET 6
- Removed support for .NET 7
- Deleted .NET 6 sample projects

### Bug Fixes
- none

## 0.13.0
Add support for .NET 9 & 10

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The extension supports
- Deploying additional files/folders (configured in the launch profile) to the target device.
- Publish (running dotnet publish) before deploying the application.
- Installing vsdbg automatically (configurable).
- Installing .NET on the target device (.NET 6 and newer)
- Installing .NET on the target device (.NET 8 and newer)
- Supporting command to setup SSH authentication.

## Getting Started
Expand All @@ -39,7 +39,7 @@ To use this extension, you need a Windows based PC with:

### Device prerequisites
The extension depends on the following packages.
- [.NET package dependencies](https://github.com/dotnet/core/blob/main/release-notes/7.0/linux-packages.md)
- [.NET package dependencies](https://github.com/dotnet/core/blob/main/release-notes/8.0/linux-packages.md)
- Bash (required if the plugin shall install .NET on the device)
- OpenSSH server
- unzip
Expand All @@ -60,7 +60,7 @@ Open Visual Studio 2022, navigate to Tools -> Options -> Remote Debugger Launche
Configure the default values for Credentials, Folders and SSH setting. These values will be applied if the Launch Profile does not configure them.

#### 2. Create and configure the Launch Profile
Load a Visual Studio Solution holding at least one .NET 6 (or newer) based application.
Load a Visual Studio Solution holding at least one .NET 8 (or newer) based application.
Open the project 'Debug Properties' dialog. Click 'new launch profile' and select 'SSH Remote Launch'
![LaunchProfileDialog](docs/ScreenShort-LaunchProfileDialog.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The command has the following configuration options:
- Version: lets you select the version to install.
- Latest LTS: The most recent .NET LTS release
- Latest STS: The most recent .NET STS release
- specific .NET versions starting with .NET 6
- specific .NET versions starting with .NET 8

## Setup SSH
This command tries to setup and configure SSH private key authentication on the device. It tries to add the supplied SSH public key to the 'authorized_keys' file.
Expand Down
13 changes: 0 additions & 13 deletions samples/net6/.editorconfig

This file was deleted.

10 changes: 0 additions & 10 deletions samples/net6/ConsoleApp/ConsoleApp.csproj

This file was deleted.

13 changes: 0 additions & 13 deletions samples/net6/ConsoleApp/GlobalSuppressions.cs

This file was deleted.

26 changes: 0 additions & 26 deletions samples/net6/ConsoleApp/Program.cs

This file was deleted.

This file was deleted.

25 changes: 0 additions & 25 deletions samples/net6/ConsoleApp/Properties/launchSettings.json

This file was deleted.

26 changes: 0 additions & 26 deletions samples/net6/Samples-Console.sln

This file was deleted.

1 change: 0 additions & 1 deletion samples/net6/Samples-Console.sln.GhostDoc.user.dic

This file was deleted.

46 changes: 0 additions & 46 deletions samples/net6/Samples-GUI.sln

This file was deleted.

1 change: 0 additions & 1 deletion samples/net6/Samples-GUI.sln.GhostDoc.user.dic

This file was deleted.

83 changes: 0 additions & 83 deletions samples/net6/Samples-Web.sln

This file was deleted.

3 changes: 0 additions & 3 deletions samples/net6/Samples-Web.sln.GhostDoc.user.dic

This file was deleted.

Loading
Loading