Tags: devlooped/Merq
Tags
Bump the azure group with 1 update Bumps Azure.Monitor.OpenTelemetry.Exporter from 1.3.0 to 1.5.0 --- updated-dependencies: - dependency-name: Azure.Monitor.OpenTelemetry.Exporter dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: azure ... Signed-off-by: dependabot[bot] <support@github.com>
Don't validate public API in package publishing Since we want the analyzers for tracking shipped APIs, not to prevent innovation such as adding ExecuteStream for .net6.0+ targets.
Fix image links in readmes for display in nuget.org
Fix automapper dependency If we don't specify the target framework, the packaging project will just take a dependency with no framework. This doesn't work when we *also* have framework-specific dependencies, and will cause the dependency to be lost entirely when nuget performs a restore. In other words, if you have non-framework specific dependencies AND framework specific dependencies, you will only get the latter in the restore graph.
Add public api analyzers to avoid inadvertent breaking changes
PreviousNext