Tomáš Matoušek

Results 69 issues of Tomáš Matoušek

## Background and Motivation The goal of the stack probing instrumentation is to protect a host process executing user-specified C# code from accidental mistakes that cause unrecoverable stack overflow. Details:...

Concept-API
Feature Request
untriaged
api-ready-for-review

A service implementation exported with `WorkspaceKind.Host` [overrides](https://github.com/dotnet/roslyn/blob/main/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/Workspace/Mef/MefWorkspaceServices.cs#L113) all default implementations. That might be desirable in some cases when e.g. VS layer needs to take over a service for all workspaces...

Area-IDE
untriaged

Currently, the BuildTask.targets uses TFM for the subdirectories (e.g. `tools/net9.0` and `tools/net472`). We added `BuildTaskTargetTfmSpecificFolder` customization for Xliff build task, to use `net` and `netframework` instead (to avoid having to...

VS Extensibility stores string resources in `.vsextension\string-resources.json`. See https://learn.microsoft.com/en-us/visualstudio/extensibility/visualstudio.extensibility/command/localize-metadata?view=vs-2022. The strings in this file need to be translated. The ask is to add support for the translation to [Microsoft.DotNet.XliffTasks](https://github.com/dotnet/arcade/tree/b6b634de07e8ebea225fc216f386b68980730880/src/Microsoft.DotNet.XliffTasks).

Area-Infrastructure

### Summary With current ProjectGraph APIs one can analyze project dependencies and retrieve evaluation results. However, given a (multi-targeted) project and a TFM we can't determine from the graph, which...

backlog
Feature Request
Area: Static Graph
Priority:2
triaged

It would be better if it accepted an `Action` that would be invoked to set the variable as an optional parameter to the constructor. ``` new EnvironmentVariablesDirective((name, value) => ...);...