Alpha
Alpha
### Simple AddDays example ```csharp using (var context = serviceProvider.GetService()) { double daysDiff = 5; var posts = await context.BlogPosts .Where(p => p.PublicationDate.AddDays(daysDiff) < DateTimeOffset.Now) .ToListAsync(); } ``` Generated SQL:...
Hi! First of all, thank you very much for this wonderful plugin -- it definitely makes life easier on BitBucket. I'm proposing a feature were the plugin configuration could be...
The upgrade to .NET 4 solves issues with the reverse proxy options not always being fired when it should. No functional changes had been made.
I think having classes and subclasses in models would help a lot in visualizing their relationships and how are they supposed to be serialized. Furthermore, it would open the door...
Fixing problem that happens when concurrent management of xhr objects results in this behavior: ``` javascript var xhr = new XMLHttpRequest(); fakehr.match(...); // this throws "toLowerCase of undefined" exception xhr.open(...)...
Allow consumers of the directive to be notified when a particular value passed or did not pass the validation. If possible, allow them to see the entered value before it...
Provide the ability to create masks along with the input restriction. Something similar to https://github.com/RobinHerbots/jquery.inputmask