mcflux101
mcflux101
This issue is still a thing with ` public new void ABC() { } ` that violates RCS1019 ` new public void ABC() { } ` violates IDE0036
This is still a missing feature in that module. Usually you can have triggers and conditions as well. Like daily, but only when computer idle for 10 minutes. Or is...
Can this maybe also achieved by observing a certain event? Tried to find an event that signalizes idle state, couldnt come up with one, only the "logg off" and this...
> Did this > > ``` > static async Task Main( string[] args ) > { > _logger.Info(CommandLine.Text.HeadingInfo.Default); > > var parser = new Parser(p => { p.AutoVersion = false;...
I ran into this issue when having a private source that requires authentication and the regular chocolatey feed. Installing packages fails because it cannot authenticate with the private feed, even...