Daniel Cazzulino

Results 67 issues of Daniel Cazzulino

I think it would make things a bit more straightforwards if the main `xunit` package included an `xunit.targets` that simply had: ```xml ``` This way, as soon as you add...

type: Feature
area: Core framework

And it should be consistent across all packages.

enhancement
good first issue

### Discussed in https://github.com/devlooped/ThisAssembly/discussions/103 Originally posted by **rdeago** May 19, 2022 I'll let code speak for me: ```xml ``` If this looks interesting, I can have a PR ready in...

enhancement
help wanted
good first issue

Error looks like: ``` warning NG001: Failed to resolve include: ../../readme.md#content. File not found at expected location /home/runner/work/.../bin/Debug/net6.0/publish/../../readme.md. ```

bug

A few defaults typically need to change when you pack a project (or project reference) as an analyzer: - Dependencies should become `PrivateAssets=all` (in general? mostly?) - Default `PackFolder=analyzers/dotnet/roslyn[min-version]` See...

enhancement

Since packaging project's only purpose is to pack things, it would be more intuitive for arbitrary files added to it (such as targets) to be automatically packed by default, instead...

enhancement

# devlooped/oss - Append missing trailing path to directory for icon/readme https://github.com/devlooped/oss/commit/5cec43d - Add .sass-cache to ignores https://github.com/devlooped/oss/commit/d65f9c7 - Move .sass-cache down alongside other jekyll folders https://github.com/devlooped/oss/commit/551d4e0 - Honor the...

dependencies

It's not uncommon for a repository to contain multiple solutions at multiple directories and depths within the repo. Instead of having to maintain a plethora of Rebracer.xml files alongside each...

See [git config status](https://git-scm.com/docs/git-config#Documentation/git-config.txt-colorstatusltslotgt) and [git color type](https://git-scm.com/docs/git-config#Documentation/git-config.txt-color) on how to use those. Given that applying colors to gui.cs views might be quite common, maybe this should be generalized, maybe...

As documented [in nuget](https://learn.microsoft.com/en-us/nuget/reference/msbuild-targets) you can provide not only the repo URL, type and commit, but also the branch. But this information is not populated by default by the SourceLink...