alma.debugify
1.2.0
dotnet tool install --global alma.debugify --version 1.2.0
dotnet new tool-manifest
dotnet tool install --local alma.debugify --version 1.2.0
#tool dotnet:?package=alma.debugify&version=1.2.0
nuke :add-package alma.debugify --version 1.2.0
A dotnet tool that allows you to quickly debug your own nuget packages
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
This package has no dependencies.
#1.2.0.0
- target .net 8
#1.1.0.0
- deletes existing *.symbols.nupkg files
- ignores "Test" and "Tests" projects
- can handle package versions, where revision is not set (2.3.1 instead of 2.3.1.0)
- can determine packageid by <PackageId>, <AssemblyName > or *.csproj filename)
#1.0.6.3
- dropped "--force" flag due to 'MSBUILD : error MSB1001: unknown switch.'
#1.0.6.2
- if version cannot be replaced, outputs error instead of cancelling process
#1.0.6.1
- supports adding additional arguments for dotnet pack
- supports project files without <version> element as long as a version is provided using the -v argument
- fallback to msbuild if additional targets are required that dotnet pack does not support
- swapping project files so git status does not complain about "file changed though contents are the same"