Andreas Gullberg Larsen
Andreas Gullberg Larsen
#### Describe the bug From CMD or git for windows bash: ```bash dotnet new -i Microsoft.DotNet.Try.ProjectTemplate.Tutorial mkdir Try cd Try dotnet new trydotnet-tutorial dotnet try verify # Successful dotnet try...
This doesn't trigger the analyzer: ```c# // AssignAll enable Foo r = new() { Id = , AddedDate = , ModifiedDate = }; // AssignAll disable ``` But this does:...
Magic comments like `// AssignAll enable` is a bit off-putting. It would be more natural and discoverable with: ```c# [AssignAll] public PersonDto ToDto(Person entity) { return new PersonDto { FullName...
Compile error if an enum value does not have a case-statement.
Relates to #2 . It would be helpful to get a compile error if a particular property is not accessed in an assert section of a unit test. This helps...
v6 Wishlist
This issue serves as a place to discuss what to include in this version, since major version bumps allow us to make breaking changes we think are necessary or worth...
Related to #372, #1180 Experiment with splitting up UnitsNet nuget into: - UnitsNet.Core (common types and abstractions) - UnitsNet.Length - UnitsNet.Mass - etc.. This is already done for UnitsNet.nanoFramework nugets:...
**Please** be respectful of people's time. The project is maintained in evenings and weekends. This is not an invitation to frequently ping us on your issues and pull requests, but...
Piping the output to a file does not work well due to progress spinner output and any error messages are also included. ### Proposal - Add flag `--output [path]` to...
Mostly to see if there are improvements in the structure.