-
### Make sure you are not opening a duplicate.
- [X] [I have searched the issue tracker](https://github.com/ExcessiveAmountsOfZombies/Croptopia/issues?q=) and did not find an issue describing my bug.…
-
When running .NET Core build we should push and ~pack~ packages using the dotnet utility instead of using nuget directly.
This would set us up for the future when we are able to run Cake.Recipe wit…
-
It would be great for Cake.Recipe to display info about the version of .NET SDK being used.
Currently, the only clue we have is the MSBuild version like in this example:
```
=====================…
-
This is a collection of various issues & tasks related to missing guidebook content or instances where guidebooks should get used but currently aren't. For missing guidebook functionality or bugs see …
-
A few blogs had problems with the ingredients being recognized:
https://www.sugarandsoul.co/champagne-cake-balls-recipe
![sugarandsoul error ingredients not recognized correctly](https://user-imag…
-
Would be nice to see support for running SonarQube during the build being added to Cake.Recipe so it can be integrated with SonarCloud (or an on-premise instance of SonarQube).
-
A recipe such as cake x 20 will guarantee to fail, as you can't store 60 milk buckets in one inventory. This could also bring up a future issue with large schematics that can't hold all their resource…
-
Right now I have to choose between `#tool nuget:?package=SomePackageName` which runs for all tasks, even `Clean`, and `NuGetInstall("SomePackageName", new NuGetInstallSettings { OutputDirectory = buil…
-
Azure DevOps supports code coverage metrics (see [Code coverage metrics and branch policy for pull requests](https://docs.microsoft.com/en-us/azure/devops/server/release-notes/azuredevops2020?view=azu…
-
Recipe shows up in-game as requiring 3 "filled buckets" with no associated fluid. (Empty buckets or buckets filled with a random fluid do not satisfy the recipe)
This is the portion of vanilla.zs …