smarts
smarts
1. go [here](https://www.nuget.org/packages/Microsoft.AspNet.WebApi.Extensions.Compression.Server/2.0.3) 1. try to click the *License* link on the left 1. see that there is no license
Hopefully the title is self-explanatory, but if it isn't let me know.
See the "feature request template" link [here](https://github.com/github/VisualStudio/blob/master/CONTRIBUTING.md#feature-requests). It takes me to a 404 page.
This page talks about route constraints, but does not highlight the difference in behavior [for non-compliant values] when using a route constraint vs. not using a route constraint. Simple example:...
### Sanity checks - [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue - [X] I have run `fig doctor` in the affected terminal session -...
My understanding is that specifying `true` for _options.atBegin_ should run all the tasks specified in the watch task when the watcher starts. `gruntfile.js` ``` javascript module.exports = function (grunt) {...
Resolves #221
Redirected here from npgsql/efcore.pg#3176 1. Declarative-style equijoin ```csharp from foo in dbContext.Set() join bar in dbContext.Set() on new { foo.Id, State = "Blah" } equals new { Id = bar.FooId,...
I see that the readme says Windows is not supported right now. Has this been tested? If so, are there plans and/or a timeline for Windows support?