-
```
What steps will reproduce the problem?
1.Install mvc mini profiler from nuget
2.add Application_BeginRequest/EndRequest methods to start/stop the profiler
3.create a page with an ajax call back
4.…
-
### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0)
13.4.1
### Bug summary
There is something in versions >=13.3.1 that broke attribute routing. For instanc…
-
```
Had Gallio installed and working pretty well on old laptop with XP Pro.
Purchased new Lenovo ThinkPad running Windows 7. Downloaded and installed
GallioBundle 3.2 build 708 64-bit.
I started V…
-
The nature of the C# driver means that it needs to see all csc invocations for a build. Today that is achieved by [disabling shared compilation][shared] during build. That unfortunately creates a sign…
-
It looks like it's not possible to declare a function in a base `DbContext` because the `namespaceName` passed to `[DbFunction("DbContextClassName", "FunctionName"]` needs to be the name of the subcla…
-
The code provided in the docs is not highlighting all the changes that were made in the context after adding the `genre` search in the `Index.cshtml` file.
![Screenshot from 2022-01-17 23-34-49](ht…
-
This is the container issue for this doc. Reopen each issue you are working on so the owner is notified.
Before any of these issues are fixed, we'll do #26505, which will resolve many of the follo…
-
Currently, there is one tiny mention in "Additional Notes" at the very bottom of this page that the factory used by `GetOrCreate` and `GetOrCreateAsync` can be called multiple times.
As can be …
-
After reading [this article on action binding for CancellationTokens](https://andrewlock.net/using-cancellationtokens-in-asp-net-core-mvc-controllers/), I looked through all the existing ASP.NET Core …
-
I absolutely cannot get the data to display in the grid if I use a JsonRest store along with the Async cache. My store.query() returns records and I have the appropriate response header set, but the …