Skip to content

Commit

Permalink
Merge branch 'release/dev17.4' into merges/release/dev17.3-to-release…
Browse files Browse the repository at this point in the history
…/dev17.4
  • Loading branch information
JoeRobich authored Aug 30, 2022
2 parents 63c7d3b + 2cf85e4 commit a995fb1
Show file tree
Hide file tree
Showing 3,049 changed files with 82,693 additions and 33,561 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"*.yml": "azure-pipelines"
},
// ms-dotnettools.csharp settings
"omnisharp.defaultLaunchSolution": "Compilers.sln",
"omnisharp.defaultLaunchSolution": "Roslyn.sln",
"omnisharp.disableMSBuildDiagnosticWarning": true,
"omnisharp.enableEditorConfigSupport": true,
"omnisharp.enableImportCompletion": true,
Expand Down
13 changes: 11 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,19 @@ src/Interactive/ @dotnet/roslyn-interactive
src/NuGet/ @dotnet/roslyn-infrastructure
src/Scripting/ @dotnet/roslyn-interactive
src/Setup/ @dotnet/roslyn-infrastructure
src/Tools/ @dotnet/roslyn-infrastructure
src/Tools/AnalyzerRunner @dotnet/roslyn-ide
src/Tools/BuildActionTelemetryTable @dotnet/roslyn-infrastructure
src/Tools/BuildBoss @dotnet/roslyn-infrastructure
src/Tools/BuildValidator @dotnet/roslyn-infrastructure
src/Tools/dotnet-format @dotnet/roslyn-infrastructure
src/Tools/ExternalAccess @dotnet/roslyn-ide
src/Tools/IdeBenchmarks @dotnet/roslyn-ide
src/Tools/IdeCoreBenchmarks @dotnet/roslyn-ide
src/Tools/ManifestGenerator @dotnet/roslyn-infrastructure
src/Tools/PrepareTests @dotnet/roslyn-infrastructure
src/Tools/Source/CompilerGeneratorTools/ @dotnet/roslyn-compiler
src/Tools/Source/RunTests @dotnet/roslyn-infrastructure
src/VisualStudio/ @dotnet/roslyn-ide
src/VisualStudio/LiveShare @dotnet/roslyn-ide @daytonellwanger @srivatsn @aletsdelarosa
src/Workspaces/ @dotnet/roslyn-ide

src/Compilers/**/PublicAPI.Unshipped.txt @dotnet/roslyn-api-owners
Expand Down
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/localization-suggestion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
name: Localization suggestion
about: Suggest a change to a localized string.
labels: [Area-Infrastructure, Tenet-Localization]
---

## Repo URL where the string lives

https://github.com/dotnet/roslyn

## File Name

<!-- A github link to the .xlf file or files with the problematic translation. -->

## Resource ID

<!-- The ResourceID from `<trans-unit id="{ResourceID}">`. -->

## English String

<!-- The EnglishString from `<source>{EnglishString}</source>`. -->

## Current Translation

<!-- The CurrentTranslation from `<target state="translated">{CurrentTranslation}</target>`. -->

## Suggested Translation

<!-- The suggested translation. -->

## Language

<!-- The language of the problematic translation. -->

## Why Fix is needed

<!-- A brief explanation of why the current translation is not appropriate. -->



<!-- Do not make changes below this line. -->
---

A Roslyn team member will file a bug through https://aka.ms/ceLocBug which the translation team will consider.

Internal Tracking Issue: {Update with tracking issue URL.}
Loading

0 comments on commit a995fb1

Please sign in to comment.