-
Notifications
You must be signed in to change notification settings - Fork 171
Closed
Labels
QuestionThis issue is requesting information about dotnet-formatThis issue is requesting information about dotnet-format
Description
I just encountered the same bug as in #2125. Given that VS is able to fix it, I don't think it's a Roslyn issue. I'd like to reproduce this by adding a test to this solution and hopefully fix it, but I'm having trouble setting this repo up locally.
The first thing I had to fix after cloning the repo locally was updating global.json to match my local .NET SDK version. The second thing was not being able to find Microsoft.DotNet.Arcade.Sdk, which I think will be fixed by following https://stackoverflow.com/a/65337211. Apparently I haven't spent too much time on this yet, but these issues make me wonder if there's any documentation on local dev setup.
Hence my questions:
- Do you have any documentation on local dev setup?
- Is there a list of issues that should be prioritized?
- How do you deploy/publish the changes? Is it automatically published upon merge to main?
- Are there any notes for contributors besides the Code of Conduct? For example, should the destination branch be
mainor some other release branch?
Thanks in advance!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
QuestionThis issue is requesting information about dotnet-formatThis issue is requesting information about dotnet-format