Daryl Harrison
Daryl Harrison
dotnet 2.0 Web API project Startup.cs registration config.For().Use("WithParent", ctx => { Debug.WriteLine(ctx.ParentType?.Name ?? "NULL"); return new ParentInfo(ctx.ParentType); }); `ParentInfo` is a simple class to capture the context. public interface IParentInfo...
### What did you expect to happen? Files that steamCMD sets to executable are also set as executable via DepotDownloader ### Instead of that, what actually happened? Files are not...
FYI, that RandomPasswordGenerator code you borrowed has a MASSIVE limitation. Because it seeds the Random() on each call, there are only 2 billion unique passwords that it will generate with...
**Setting CodeUri in the Globals section of the SAM template zips up the current working directory.** **Workaround:** Don't put CodeUri in Globals, and leave it in the individual function specifications....