Andrew Scott
Andrew Scott
Currently, the code generation has no tests against it other than "run the code generation against Coalesce.Web and Coalesce.Web.Vue and see if they still compile". There are a few levels...
http://coalesce.readthedocs.io/en/latest/pages/modeling/model-types/services/ For a C# interface annotated with [Coalesce,Service], all methods on that interface will be exposed automatically. The idea is that you should always make an interface that describes exactly...
Add a `CancellationToken` property to `CrudContext`, having its default value being the `CancellationToken` for the current request (`HttpContext.RequestAborted`), and then pass it along to async EF calls made in the...
For example, it doesn't work currently to create `class MyDataSource : StandardDataSource` and register it as a default data source. Either find a way to make this work, or throw...
When a request is made against an API caller while there is already an oustanding request, the new request would have its inputs captured exactly as they would be if...
# Description Version 6.4.0 For the following action, an error is thrown when generating the swagger document because the `Name` property on `FormFormAttribute` is not respected, leading to an attempt...
## Description If a query is typed out and the Enter key is pressed, the UI reports that the query has no results despite the fact that the AJAX request...
Screenshot is self-explanatory. Tokens in installation names are not replaced in the dropdown when choosing a WoW install when installing from curseforge:// link.  **Desktop (please complete the following information):**...
Without this fix, Samsung Internet browser will format all dates as AM because its using the wrong path for hourCycleSupported. It IS supported, but the detection is wrong because Samsung...
This fixes `tabindex` support, which is broken because it was getting applied to the outermost vuetify `.v-input` div due to automatic attribute inheritance. This component provides its own manual attribute...