Tomáš Matoušek

Results 121 comments of Tomáš Matoušek

@marcpopMSFT I'm fine moving to .NET 8. Note though that this also corrects the parsing of RID in `dotnet run` originally implemented in https://github.com/dotnet/sdk/pull/19860.

Turns out that the subtype had constructor parameter declaration inconsistent with the base type's field declaration. ```C# [DataContract] internal sealed class CSharpSyntaxFormattingOptions : SyntaxFormattingOptions { ... public CSharpSyntaxFormattingOptions(LineFormattingOptions? lineFormatting =...

```.csproj.user``` file would be fine too, likely better. The important thing is - it should be stored to a file that's commonly listed in ```.gitignore```. @4creators This information is not...

> It would be a fair bit of work to redesign the launch settings code to store its data in properties. Why not just store the content as a single...

@jmarolf Is Project System official built done from an internal mirror in dnceng/devdiv? If not, you can just add a package reference to Microsoft.SourceLink.GitHub package. You don't need anything special....