Michael Bisbjerg

Results 320 comments of Michael Bisbjerg

Well, to be fair, I didn't include the Enum value in my short test.

I've put my code here: https://scm.mbwarez.dk/tools/nuget-package-overview It's basically a small program that will perform some searches given a list of queries. Nuget has a somewhat documented search language that allows...

@natemcmaster you should update the Readme. At the bottom it says the following: > This fork, on the other hand, will continue to make improvements, release updates, and accept contributions...

Issues like you need a load of packages that, as you say, would defeat the purpose of the smaller image. With nagios, you're basically encouraged to create commands that utilize...

@timiil see #142 for package retention

Deletion _should_ be implemented, at least the [code is there](https://github.com/loic-sharma/BaGet/blob/491f6bf178f265f0a1ab9d05df6e2e6adac55708/src/BaGet.Core/Services/PackageDeletionService.cs#L32-L42). The [default is however](https://github.com/loic-sharma/BaGet/blob/master/src/BaGet.Core/Configuration/BaGetOptions.cs#L27), for deletions to unlist packages - not delete them. You need to configure `BaGetOptions`, which if...

This seems like a seperate issue - I can't find anything, but I think I once saw something along the lines of allowing replacement of packages. Because yes, BaGet is...

This is the basic retention policies they have: [image](https://user-images.githubusercontent.com/1027111/49327859-da230e80-f566-11e8-9807-ba04604439e4.png) I'm unsure what their "Custom Retention Policy" is.

So. In order to obtain signatures for members and types (like `public class SomeClass`), I upgraded the CSharp Decompiler project to the new prerelease, version 4.x. Doing so cut out...

So, @loic-sharma, I've got the decompilation in place. There's a lot to do with regards to pulling out documentation and whatnot, but the core is in place. How would a...