asp-net-mvc
Here are 2,445 public repositories matching this topic...
-
Updated
Apr 24, 2018
Is your feature request related to a problem? Please describe.
In the documentation you simply pass an IQueryable to the PagedList without any sort of keyselector. However if you e.g. pass an IQueryable from a database without any keyselector, then the results aren't guaranteed.
The generated SQL (For sql server) is as follows
SELECT [a].[WtgId], [a].[TimeOnUtc], [a].[Code], [a]
-
Updated
May 22, 2018 - JavaScript
C# adds a feature called nullable reference types, which lets you specify that reference types can be null. For example:
[TsInterface(AutoI = false)]
public class IpData
{
public string? City { get; set; }
public string? Country { get; set; }
public string? CountryIso { get; set; }
public str
-
Updated
Jul 10, 2020 - C#
-
Updated
Feb 6, 2019 - C#
Redirect() call ignores the name with which "old" rout is being registered in passed Func. Instead it takes just the result Route and calls routes.Add((RouteBase) redirectRoute); (without name argument).
This leads to situation that if some page contains @Url.RouteUrl("name"...) link, it fails to render due to absense of named route.
PS: I need many routes to be redirected to home page, so I
-
Updated
Jun 15, 2020 - C#
-
Updated
Feb 17, 2020 - C#
-
Updated
Jul 17, 2017 - C#
-
Updated
Mar 29, 2020 - C#
-
Updated
Jul 30, 2019 - C#
-
Updated
Feb 6, 2020 - C#
-
Updated
Sep 14, 2018 - C#
-
Updated
Jul 8, 2020 - JavaScript
-
Updated
Apr 5, 2020 - HTML
-
Updated
Feb 13, 2019 - C#
reported by snomad
Maybe make passing reference to CSP.UseCspReportOnly, super helpful on initial efforts into CSP. I am still lost on CSP level 2 and level 3 and just how much of a priority they should be. CanIUse shows CSP 1 at 94% globally, CSP2 at 80%. Not sure what to aim for.
Scott Helme
You can use CSP 2 and CSP 3 features and be backwards compatible. At a minimum I'd say CSP 2.
-
Updated
Jul 10, 2020 - C#
-
Updated
Nov 13, 2019 - C#
-
Updated
Mar 23, 2020 - C#
-
Updated
Jun 21, 2020 - C#
-
Updated
Aug 7, 2018 - C#
-
Updated
May 10, 2019 - JavaScript
-
Updated
May 29, 2020 - C#
Improve this page
Add a description, image, and links to the asp-net-mvc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the asp-net-mvc topic, visit your repo's landing page and select "manage topics."
Describe the bug
Not a CSLA bug, a doc bug :)
Version and Platform
Irrelevant
Code that Fails
Not code per-se....I just realized that this doc page was never finished: https://github.com/MarimerLLC/csla/blob/master/docs/Analyzers.md. Need to finish that.
Stack Trace or Exception Detail
No stack trace.
Additional context
None