Christian Bumann

Results 10 issues of Christian Bumann

https://github.com/cake-contrib/Cake.Recipe/blob/3842b2b7f5d2176130e2814eccc511f14e1e2edf/docs/input/docs/usage/creating-packages.md The property `ShouldPublishMyGet` is no longer existing in the https://github.com/cake-contrib/Cake.Recipe/blob/develop/Source/Cake.Recipe/Content/parameters.cake

Documentation

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched [issues](https://github.com/cake-build/cake/issues) to ensure it has not already been reported ### Cake runner Cake .NET...

### Description

### Magick.NET version 13.6.0 ### Environment (Operating system, version and so on) It doesn't matter ### Description If using Magick transitive, the native files are not copied to the output...

``` 123 123 var projectInfo = context.ParseProject(project.Path, "Debug"); projectInfo.OutputPaths[0] // this returns e.g. C:/xyz/src/xyz/bin/Debug/net472' // Neither setting is working ``` // If adding the condition it is working as expected...

In the file 'src\Directory.Build.props\' settings for all projects were done. example: ``` false ``` Parsing the project ``` var projectInfo = context.ParseProject(project.Path, "Debug"); projectInfo.OutputPaths[0] // this returns e.g. C:/xyz/src/xyz/bin/Debug/net472' ```...

It would be nice to have the information about the version number in which a feature was implemented. Adding an additional attribute in the source code could be an easy...

enhancement
blocked upstream

As example, https://cake-contrib.github.io/Cake.Issues.Website/api/Cake.Issues/#Namespaces contains multiple definitions of Cake.Issues.PullRequests with targeting the same url.

bug
blocked upstream

There is a property -VsixUrl. If the Vsix is 64bit, then the installation would fail using Install-VisualStudioVsixExtension command with the error message `This package does not support 32 bit architecture.`...