Daniel Cazzulino

Results 137 issues of Daniel Cazzulino

**To Reproduce** ```pwsh dotnet tool update -g dotnet-trx $env:NO_COLOR=1 trx --help ``` Raw output: ``` USAGE: trx [OPTIONS] OPTIONS: DEFAULT -h, --help Prints help information -p, --path Optional base directory...

bug
area-CLI

Fixes improper codec codegen for records declared in referenced projects/assemblies. Roslyn does not guarantee the symbols contain the backing fields for generated properties (see https://github.com/dotnet/roslyn/discussions/72374#discussioncomment-8655916) and it also doesn't even...

Problem: generated serializer in server project for a referenced assembly opted-in to codegen via `[assembly: GenerateCodeForDeclaringAssembly]` fails to generate proper codec. Repro solution at https://github.com/kzu/OrleansCodeGenIssue Copy of the readme from...

This is the recommented way and is starting to be applied throughout the dotnet runtime. See https://github.com/dotnet/runtime/pull/105122. Applied code fixes for: - IDE0028: https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0028?pivots=dotnet-8-0 - IDE00300: https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0300 ###### Microsoft Reviewers:...

According to the documentation at https://docs.github.com/en/rest/issues/issues. Fixes #2351 for issue ids. ### Does this introduce a breaking change? Please see our docs on [breaking changes](https://github.com/octokit/.github/blob/main/community/breaking_changes.md) to help! - [X] Yes...

In order to improve the long-term sustainability of this (and other) projects, we'll be adopting [SponsorLink v2](https://www.devlooped.com/SponsorLink). Please get familiar with it, read the [privacy statement](https://www.devlooped.com/SponsorLink/privacy/) and raise any doubts...

documentation

This allows excluding specific authors' issues/PRs. Useful for those created by project owners, for example. Fixes #933 **Description:** This change adds the `user: IUser` property from the octokit issue to...

Partial fix for #10125 Markdig supports alert blocks as documented at https://github.com/xoofx/markdig/blob/master/src/Markdig.Tests/Specs/AlertBlockSpecs.md. Bumping markdig and adding `.UseAlertBlocks()` now renders the expected html. Not sure how to go about adding the...

Just like github (https://help.github.com/articles/post-receive-hooks), it would be awesome to have a similar mechanism built in nuget.org. This could open the door to interesting services on top of the gallery, such...

Type:Feature