-
In response to your feedback, we've moved the antiforgery system into its own package: `Microsoft.AspNet.Antiforgery`. There's now nothing tying this system to MVC, and it has a very lean dependency f…
-
### Description
UUF Feedback tool port:
Customer Verbatim Feedback:
"I've been developing code for 40+ years and can't follow this article. Where does "Configuration" come from in this line of …
-
### Endpoint Metadata Parsing methods are not accessible
Many third parties might be interested in retrieving metadata from endpoints for e.g. openapi spec generation
https://github.dev/dot…
-
[EDIT by guardrex to fix the code blocks]
### Description
Your document is hard to follow.
The following code does not work:
```csharp
public class ProductsController : Controller
{
…
-
**Version Used**: VS 15.1 (26323.4 vsuwpt)
**Steps to Reproduce**:
Using the Razor OOP functionality, we're seeing inconsistency in the XML data returned by calls to `ISymbol.GetMemberDocumenta…
-
- Useful Links:
http://www.kendoui.io/kendo-ui/aspnet-mvc/helpers/multiselect/overview
-
I follow the procedure for installation but i have the bellow issue :
[NullReferenceException: La référence d'objet n'est pas définie à une instance d'un objet.]
MongoDB.Driver.MongoServerInsta…
-
I think this library should allow using all the possibile choices asp.net core has in term of
[MVC service registration](https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetco…
-
Hi there,
We're currently porting a UWP app to WinUI 3, and we wanted to port the xUnit tests as well.
Creating a standard xUnit test project can discover and run the tests, but some of them fails…
-
OData $select fails when trying to retrieve a particular attribute of a document from cosmos DB.
I have used DocumentClient to return an IQueryable in this case for the GET route. This is **no…