Amadeusz Sadowski
Amadeusz Sadowski
There are some Record-like classes in Records. Let's make them Records.
So, I approached this problem already with https://github.com/amis92/RecordGenerator/commit/1172c747b1b1a5fd669b86299eca53ee21f5fc05 (using MS.CA.CSharp.Workspaces package). I'm considering keeping this PR open because I might be able to allow dependencies with CG.R soon, and then...
There could be a private or protected constructor in the record class that would take Builder parameter and directly copy off the builder fields. It'd significatly reduce reference copying for...
This might impact code coverage tests (which currently can't filter out this generated code).
Creating a builder from an immutable object results in copying over all of its properties. It could be optimized by creating a private class, derived from Builder, that also holds...
fixes #1317 Updated Octokit dependency to v9.1.1 I confirm that the pull-request: - [x] Follows the contribution guidelines - [x] Is based on my own work - [x] Is in...
Currently, the `dotnet restore {path}/script.csproj` works with all standard `dotnet` and Microsoft.NET.Sdk defaults, however it being an implicit restore in a cached directory of which the user folder is often...
Demo
There's a [slash-command](https://github.com/peter-evans/slash-command-dispatch) available to try out the action. Simply comment on this issue with `/demo` in the first line and a PowerShell script in the following lines. If your...