issues
search
aspnet
/
Routing
[Archived] Middleware for routing requests to application logic. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
272
stars
122
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
This repo is being archived, project moved to aspnet/AspNetCore
#917
natemcmaster
closed
5 years ago
0
Set local builds to version as 3.0.0-dev
#915
natemcmaster
closed
5 years ago
0
Denormalize required values to nodes
#914
JamesNK
closed
5 years ago
7
Upgrade projects and packages to target netcoreapp3.0
#913
natemcmaster
closed
5 years ago
0
Add support for required values to RoutePattern
#912
rynowak
closed
5 years ago
5
Validate the maximum number of route segments
#911
JamesNK
closed
6 years ago
0
Fix RouteValueAddressScheme to require metadata to match
#910
JamesNK
closed
6 years ago
1
Fix RouteValueAddressScheme to require metadata to match
#908
JamesNK
closed
6 years ago
1
RouteValuesAddressScheme issue
#906
JamesNK
closed
6 years ago
4
Add branching functional tests
#905
JamesNK
closed
6 years ago
0
Question about endpoint routing and multitenancy
#904
dazinator
closed
6 years ago
10
Improve performance and reduce allocations in TemplateBinder ctor
#902
drieseng
closed
5 years ago
3
Improve performance and reduce allocations in RouteParameterParser.
#901
drieseng
closed
6 years ago
2
No candidates found for the request path '/'
#900
dodyg
closed
6 years ago
4
Minor performance improvements for RouteValueDictionary
#898
drieseng
closed
6 years ago
0
Fix Routing's misuse of PathString
#897
rynowak
closed
5 years ago
4
Attribute routing: GetVirtualPath() (e.g. called by Url.Action) doesn't respect constraints from IApplicationModelConvention
#896
cypressious
closed
6 years ago
23
Add AuthorizationMiddleware and update sandbox
#895
JamesNK
closed
6 years ago
4
Getting 404 with attribute routing in ASPNetCore 2.1.4
#894
vkukke
closed
6 years ago
3
[automated] Merge branch 'release/2.2' => 'master'
#893
dotnet-maestro-bot
closed
6 years ago
0
Rename sandbox website directory
#892
JamesNK
closed
6 years ago
0
[automated] Merge branch 'release/2.2' => 'master'
#891
dotnet-maestro-bot
closed
6 years ago
0
Split sandbox and functional tests websites
#890
JamesNK
closed
6 years ago
0
Endpoint routing startup experience
#889
JamesNK
closed
6 years ago
0
[automated] Merge branch 'release/2.2' => 'master'
#888
dotnet-maestro-bot
closed
6 years ago
1
[automated] Merge branch 'release/2.2' => 'master'
#887
dotnet-maestro-bot
closed
6 years ago
4
Eliminate extra allocation due to use of method group.
#886
drieseng
closed
6 years ago
0
[automated] Merge branch 'release/2.2' => 'master'
#885
dotnet-maestro-bot
closed
6 years ago
0
[automated] Merge branch 'release/2.2' => 'master'
#884
dotnet-maestro-bot
closed
6 years ago
1
Add basic test for RouteValueEqualityComparer.Equals(...).
#883
drieseng
closed
6 years ago
0
Improves performance and reduce allocations in DefaultEndpointDataSource
#882
drieseng
closed
6 years ago
0
Eliminate redundant isValid check from DefaultEndpointSelector
#881
drieseng
closed
6 years ago
0
Minor performance improvement for UriBuildingContext.ToPathString() w…
#880
drieseng
closed
6 years ago
0
Improve performance and reduce allocations in RouteValuesAddressScheme.
#879
drieseng
closed
6 years ago
1
[automated] Merge branch 'release/2.2' => 'master'
#878
dotnet-maestro-bot
closed
6 years ago
0
MVC endpoint data source should add new metadata at the start of the collection
#877
JamesNK
closed
6 years ago
0
[automated] Merge branch 'release/2.2' => 'master'
#876
dotnet-maestro-bot
closed
6 years ago
0
Improve performance and reduce allocations in DecisionTreeBuilder<T>.
#875
drieseng
closed
6 years ago
0
Remove LinkGenerationTemplate
#874
rynowak
closed
6 years ago
0
Declare out variables inline, and use discards
#873
drieseng
closed
6 years ago
3
Allow parameter names to match required keys in templates
#872
JamesNK
closed
6 years ago
0
[automated] Merge branch 'release/2.2' => 'master'
#871
dotnet-maestro-bot
closed
6 years ago
5
Prefer StringComparison over StringComparer when not using comparers
#870
JamesNK
closed
6 years ago
4
Add test for link generation with high priority required parameter
#869
JamesNK
closed
6 years ago
1
[automated] Merge branch 'release/2.2' => 'master'
#868
dotnet-maestro-bot
closed
6 years ago
3
Endpointing Routing in 2.2 going to be default?
#867
shawnwildermuth
closed
6 years ago
7
Remove LinkGenerationTemplate from 2.2
#865
rynowak
closed
6 years ago
0
Review metadata types and consider changing to attributes
#864
rynowak
closed
6 years ago
1
Update package branding for 2.2 RTM
#863
natemcmaster
closed
6 years ago
0
Difference in rejected outbound route constraint behavior compared to 2.1 and endpoint routing
#862
pranavkm
closed
6 years ago
4
Next