-
Updated
Nov 19, 2021 - C#
ASP.NET

ASP.NET is an open source web framework for building modern web apps and services with .NET. ASP.NET creates websites based on HTML5, CSS, and JavaScript that are simple, fast, and can scale to millions of users.
Here are 665 public repositories matching this topic...
Whenever I submit a GET request to the api/public/groups endpoint, the "collections" field for each group returns "None" on every group, even if they have access to collections. I can verify that the
-
Updated
Nov 22, 2021 - C#

-
Updated
Nov 21, 2021 - C#
-
Updated
Sep 13, 2021 - C#
-
Updated
Nov 20, 2021 - C#
-
Updated
Nov 1, 2021 - C#
Bug
If BaGet is started in debug mode it will log:
dbug: Microsoft.EntityFrameworkCore.Model.Validation[10600]
The property 'PackageKey' on entity type 'PackageDependency' was created in shadow state because there are no eligible CLR members with a matching name.
dbug: Microsoft.EntityFrameworkCore.Model.Validation[10600]
The property 'PackageKey' on entity type 'Packa
-
Updated
Sep 12, 2021
-
Updated
May 26, 2019 - TypeScript
-
Updated
Oct 16, 2019 - Vue
-
Updated
Sep 16, 2021 - C#
-
Updated
Nov 22, 2021 - C#
In bp:grid:
<RowDecorators>
<dot:Decorator Events.Click="{command: _root.TestMethod(_this)}" />
</RowDecorators>
<bp:GridViewTemplateColumn CssClass="controls-column" Width="90px" AllowSorting="false">
<ContentTemplate>
<bs:DropDownButton Text="Test">
<Items>
<bs:DropDownButtonItem NavigateUrl="https://www.google.com/">
-
Updated
Aug 25, 2021 - C#
python3
This project is finished?
can help You if You need this project and support for python3?
Supported scenarios and unsupported scenarios are not well explained outside the example on the README.
Improve Documentation with more examples and explanations of what will/won't work.
-
Set up Github Pages site with great documentation
-
Improve & Update README
-
XML <summary> tags on classes & methods.
-
Updated
Aug 25, 2021 - C#
-
Updated
Nov 8, 2021 - C#
-
Updated
Oct 6, 2021 - JavaScript
-
Updated
Nov 9, 2021 - C#
-
Updated
Jun 17, 2021 - C#
-
Updated
Oct 5, 2019 - C#
In answering a Stack Overflow question, I just discovered there's a
[NonViewComponent]
attribute for marking a class that ends withViewComponent
(case-insensitive) as, well, not being a View Component.I think we should document this, under https://docs.microsoft.com/en-us/