Daniel Cazzulino

Results 67 issues of Daniel Cazzulino

For source-only nuget packages with (say) a single (or few) source file, it might be nice to be able to reference them directly just like libman provides for other package...

`IFunctionFilter` (and in particular `IFunctionInvocationFilter`) seems to be the only mechanism by which the execution pipeline of a function can be modified in a cross-cutting way (since you can't really...

Feature

See https://github.com/dotnet/msbuild/pull/3063 and related links.

enhancement

When bumping to NET6, the new dotnet (SDK? CLI?) fails to run tests that target net472 due to MSBuild internal implementation details/changes: ``` Can't find custom attr constructor image: /home/runner/.dotnet/sdk/6.0.300/Microsoft.Build.dll...

tech debt

When creating non-trivial nugets with multiple projects included, the simple instructions in the current docs typically fall short and you need a proper packaging project instead. This is already supported...

enhancement

Both [NoTargets](https://github.com/microsoft/MSBuildSdks/tree/main/src/NoTargets) and [Traversal](https://github.com/microsoft/MSBuildSdks/tree/main/src/Traversal) SDKs are very convenient for creating packaging projects. NoTargets, as a simple aggregator of content for a single-targeting (one TF) package. Traversal for multi-package building from...

enhancement

Changes include: - Adding the empty dependency groups via the built-in supported mechanism in NuGetizer (`

# devlooped/oss - Add techdebt label to excludes from release config https://github.com/devlooped/oss/commit/1afd173 - Ignore docs merges too https://github.com/devlooped/oss/commit/055a8b7 - Add attribution to upstream and note on regex https://github.com/devlooped/oss/commit/c161088 - Fix...

Currently we leverage built-in (internals, but fairly easily accessible) internal code fixers and refactorings to scaffold the basic type boilerplate, just as it would be generated on the IDE by...

enhancement

This isn't currently working as-is. See https://github.com/dotnet/roslyn/issues/49635#issuecomment-738984310, https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/overview#enable-on-build and https://github.com/dotnet/roslyn/issues/33558 [General info on the format for .editorconfig analyzer settings](https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/language-rules#option-format) might be useful too. See also [NETAnalyzers](https://docs.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#enablenetanalyzers)