Tomáš Matoušek

Results 121 comments of Tomáš Matoušek

Happened again. First build: ``` Build started... WARNING: Potential build performance issue in 'Microsoft.CodeAnalysis.csproj'. The project does not appear up-to-date after a successful build: The set of project items was...

Then 3rd and 4th builds, building the entire solution: [3rd.log](https://github.com/dotnet/project-system/files/9812169/3rd.log) [4th.log](https://github.com/dotnet/project-system/files/9812168/4th.log)

@dotnet/roslyn-ide ptal

Implemented by https://github.com/dotnet/roslyn/pull/72236

@dotnet/roslyn-compiler PTAL @dotnet/roslyn-ide FYI

> I might be misinterpreting this, but doesn't this mean that the application will no longer be able to cancel execution through user provided tokens (since they will be ignored)?...

> Done with review pass (commit 13). Besides the test failure, I am still tracking the following threads: Fixing the test failure. > * [Implement module cancellation and stack probing...

> XliffTasks isn't publicly shipping. Who would benefit from such a feature? Is it just internal teams? Yes, internal teams. Like anything in Arcade?

@Cosifne Yes, that's how it would work. xliff-tasks already implements everything. It just needs to understand the additional `string-resources.json` items. Seems like adding it is straightforward. I'll give it a...