Brant Bobby
Brant Bobby
Given the following domain model and mappings: ``` public class Order { public virtual Guid Id { get; set; } public virtual ICollection LineItems { get; set; } } public...
Recent MacOS versions have a feature called "optimized battery charging" which holds the battery charge at ~80% until the OS anticipates a full charge is necessary (or the user requests...
I have a project which requires Pester 3.4.0 but my system has 4.x installed. Using `-Import` always imports the latest version, rather than the version specified in my dependencies. ##...
Fixes #270. I also added the MVC3 bits to `packages.config` since I don't have them installed in the GAC. If you'd rather I hadn't, feel free to complain. :)
Given an action method with a route defined as below, the URL `/Index` does not match any route. ``` public class HomeController : Controller { [GET("Index?{page=1}")] public ActionResult Index(int page)...
### System Details - Operating system name and version: Windows 10 Version 1709 - VS Code version: 1.18.0 - PowerShell extension version: 1.5.1 - Output from `$PSVersionTable`: ``` Name Value...
## Steps to reproduce Run the following command: ```bash $ pgloader "mysql://[email protected]/foo" "postgresql://[email protected]" ``` ## Expected result pgloader recognizes the second argument as a PostgreSQL database URI and proceeds. ##...