Skip to content

Commit 780d6a8

Browse files
authored
Merge pull request #7613 from dotnet/merge/main-to-prerelease
[automated] Merge branch 'main' => 'prerelease'
2 parents 26cafe1 + 0455ba0 commit 780d6a8

File tree

81 files changed

+1766
-925
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+1766
-925
lines changed

.config/guardian/.gdnbaselines

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"hydrated": true,
2+
"hydrated": false,
33
"properties": {
44
"helpUri": "https://eng.ms/docs/microsoft-security/security/azure-security/cloudai-security-fundamentals-engineering/security-integration/guardian-wiki/microsoft-guardian/general/baselines",
5-
"hydrationStatus": "This file contains identifying data. It is **NOT** safe to check into your repo. To dehydrate this file, run `guardian dehydrate --help` and follow the guidance."
5+
"hydrationStatus": "This file does not contain identifying data. It is safe to check into your repo. To hydrate this file with identifying data, run `guardian hydrate --help` and follow the guidance."
66
},
77
"version": "1.0.0",
88
"baselines": {
@@ -16,13 +16,9 @@
1616
"26445e3e484940d2d58c2ffc32ab3895fca4b1589d66e2f2dee2fa01f2c479fb": {
1717
"signature": "26445e3e484940d2d58c2ffc32ab3895fca4b1589d66e2f2dee2fa01f2c479fb",
1818
"alternativeSignatures": [],
19-
"target": "test/omnisharp/omnisharpUnitTests/testAssets/private.pem",
20-
"line": 1,
2119
"memberOf": [
2220
"default"
2321
],
24-
"tool": "credscan",
25-
"ruleId": "CSCAN-GENERAL0020",
2622
"createdDate": "2024-09-09 19:35:36Z"
2723
}
2824
}

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
},
55
extends: [
66
"eslint:recommended",
7-
"plugin:@typescript-eslint/recommended"
7+
"plugin:@typescript-eslint/recommended",
88
],
99
parser: "@typescript-eslint/parser",
1010
parserOptions: {
@@ -33,6 +33,7 @@ module.exports = {
3333
],
3434
"@typescript-eslint/no-namespace": "off",
3535
"@typescript-eslint/promise-function-async": "error",
36+
"@typescript-eslint/no-floating-promises": "error",
3637
"prefer-promise-reject-errors": "error",
3738
"curly": "error",
3839
"prettier/prettier": [ "error", { "endOfLine": "auto" } ],

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
55

66
# 2.50.x
7+
* Update Roslyn to 4.13.0-1.24477.2 (PR: [#<>](https://github.com/dotnet/vscode-csharp/pull/<>))
8+
* Use MSBuild globs to determine which file changes are relevant (PR: [#75139](https://github.com/dotnet/roslyn/pull/75139))
9+
* Allow <code> in DocComments to render as a block in Hover response (PR: [#75215](https://github.com/dotnet/roslyn/pull/75215))
10+
* Ignore irrelevant exceptions when reporting LSP server NFW (PR: [#75150](https://github.com/dotnet/roslyn/pull/75150))
11+
* Bumped xamltools to 17.12.35326.17 (PR: [#7610](https://github.com/dotnet/vscode-csharp/pull/7610))
12+
* Do not remove documents if they are not files (PR: [#7607](https://github.com/dotnet/vscode-csharp/pull/7607))
13+
* Support copilot registerRelatedFilesProvider API (PR: [#7605](https://github.com/dotnet/vscode-csharp/pull/7605))
14+
* Update Debugger packages to v2.50.0 (PR: [#7597](https://github.com/dotnet/vscode-csharp/pull/7597))
715

816
# 2.49.x
917
* Update Razor to 9.0.0-preview.24467.1

azure-pipelines-official.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ extends:
5050
tsa:
5151
enabled: true
5252
configFile: '$(Build.SourcesDirectory)/.config/guardian/TSAConfig.gdntsa'
53+
codeSignValidation:
54+
# VCTools dlls are signed with the Phone cert, which isn't accepted by the CodeSign policy.
55+
# Can be removed once https://dev.azure.com/devdiv/DevDiv/_workitems/edit/2093995 is fixed.
56+
additionalTargetsGlobPattern: '-|**\msdia140.dll;-|**\msvc*.dll;-|**\vcruntime*.dll'
5357
customBuildTags:
5458
- ES365AIMigrationTooling
5559
stages:

l10n/bundle.l10n.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
"Can't parse envFile {0} because of {1}": "Can't parse envFile {0} because of {1}",
3030
"Open envFile": "Open envFile",
3131
"Yes": "Yes",
32-
"Not Now": "Not Now",
33-
"More Information": "More Information",
34-
"The selected launch configuration is configured to launch a web browser but no trusted development certificate was found. Create a trusted self-signed certificate?": "The selected launch configuration is configured to launch a web browser but no trusted development certificate was found. Create a trusted self-signed certificate?",
3532
"Self-signed certificate sucessfully {0}": "Self-signed certificate sucessfully {0}",
3633
"Couldn't create self-signed certificate. {0}\ncode: {1}\nstdout: {2}": "Couldn't create self-signed certificate. {0}\ncode: {1}\nstdout: {2}",
3734
"Show Output": "Show Output",
3835
"Couldn't create self-signed certificate. See output for more information.": "Couldn't create self-signed certificate. See output for more information.",
36+
"Not Now": "Not Now",
37+
"More Information": "More Information",
38+
"The selected launch configuration is configured to launch a web browser but no trusted development certificate was found. Create a trusted self-signed certificate?": "The selected launch configuration is configured to launch a web browser but no trusted development certificate was found. Create a trusted self-signed certificate?",
3939
"No executable projects": "No executable projects",
4040
"Select the project to launch": "Select the project to launch",
4141
"Invalid project index": "Invalid project index",
@@ -140,8 +140,8 @@
140140
"OmniSharp requires a complete install of Mono (including MSBuild) to provide language services when `omnisharp.useModernNet` is disabled in Settings. Please install the latest Mono and restart.": "OmniSharp requires a complete install of Mono (including MSBuild) to provide language services when `omnisharp.useModernNet` is disabled in Settings. Please install the latest Mono and restart.",
141141
"Download Mono": "Download Mono",
142142
"Open settings": "Open settings",
143-
"dotnet.server.useOmnisharp option has changed. Please reload the window to apply the change": "dotnet.server.useOmnisharp option has changed. Please reload the window to apply the change",
144143
"Reload Window": "Reload Window",
144+
"dotnet.server.useOmnisharp option has changed. Please reload the window to apply the change": "dotnet.server.useOmnisharp option has changed. Please reload the window to apply the change",
145145
"C# configuration has changed. Would you like to relaunch the Language Server with your changes?": "C# configuration has changed. Would you like to relaunch the Language Server with your changes?",
146146
"Restart Language Server": "Restart Language Server",
147147
"project.json is no longer a supported project format for .NET Core applications.": "project.json is no longer a supported project format for .NET Core applications.",

0 commit comments

Comments
 (0)