-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AspNetCore: Enable shorter Uris #508
Merged
Daniel-Svensson
merged 16 commits into
OpenRIAServices:main
from
Daniel-Svensson:feature/small_uri
Jun 12, 2024
Merged
AspNetCore: Enable shorter Uris #508
Daniel-Svensson
merged 16 commits into
OpenRIAServices:main
from
Daniel-Svensson:feature/small_uri
Jun 12, 2024
Commits on Apr 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f99c2ae - Browse repository at this point
Copy the full SHA f99c2aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 428e72a - Browse repository at this point
Copy the full SHA 428e72aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff1f19b - Browse repository at this point
Copy the full SHA ff1f19bView commit details
Commits on Jun 5, 2024
-
Added endpoint route pattern functionality to domain services
Implemented a new feature to configure the pattern used for generating endpoint routes in domain services The `AddDomainService(Type type)` method was modified to use the new `GetDomainServiceRoute(type)` method. A new file `DomainServiceEndpointRoutePatternAttribute.cs` was added, defining the `EndpointRoutePattern` enum and the `DomainServiceEndpointRoutePatternAttribute` attribute. The `GenerateConstructors()` method in `CSharpDomainContextGenerator.cs` and `CSharpDomainContextGenerator.tt` was modified to use the new `GetDomainServiceUri()` method. A new method `GetDomainServiceUri()` was added to `CSharpDomainContextGenerator.partial.cs` and `DomainServiceProxyGenerator.cs`. The `ClientCodeGenerationDispatcher.cs` and `ClientCodeGenerationOptions.cs` were modified to load and set the `DefaultEndpointRoutePattern` option. The `DomainServiceProxyGenerator.cs` was modified to use the new `GetDomainServiceUri()` method. A new file `EndpointRoutePattern.cs` was added, defining the `EndpointRoutePattern` enum. The `Program.cs` was modified to set the `DomainServiceEndpointRoutePattern` attribute for the assembly to `EndpointRoutePattern.WCF`.
Configuration menu - View commit details
-
Copy full SHA for a62878f - Browse repository at this point
Copy the full SHA a62878fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 421ef7d - Browse repository at this point
Copy the full SHA 421ef7dView commit details -
Updated BinaryHttpDomainClientFactory and Main method
Updated the `BinaryHttpDomainClientFactory` class in the `OpenRiaServices.Client.DomainClients` namespace. The `_httpClientFactory` field now accepts a `Uri` parameter for `HttpClient` creation. Updated `DomainClientFactory` so that it will only append "/binary/" for WCF style Uris, for all other kinds of uri it will ensure there is a trailing "/" instead. Add special workaround for AspNetCore tests so that they use the "Fullname" endpoint pattern even though the client is generated to use WCF style pattern.
Configuration menu - View commit details
-
Copy full SHA for 2964885 - Browse repository at this point
Copy the full SHA 2964885View commit details -
Configuration menu - View commit details
-
Copy full SHA for f24b904 - Browse repository at this point
Copy the full SHA f24b904View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bc9d7e - Browse repository at this point
Copy the full SHA 6bc9d7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1db4ce2 - Browse repository at this point
Copy the full SHA 1db4ce2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 403bbf9 - Browse repository at this point
Copy the full SHA 403bbf9View commit details
Commits on Jun 6, 2024
-
fix some more tests, default to WCF uri's since we use same baseline …
…for .NET and .NET FRAMEWORK
Configuration menu - View commit details
-
Copy full SHA for 2a598ec - Browse repository at this point
Copy the full SHA 2a598ecView commit details
Commits on Jun 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a2f4eb1 - Browse repository at this point
Copy the full SHA a2f4eb1View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 508df96 - Browse repository at this point
Copy the full SHA 508df96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1977ddf - Browse repository at this point
Copy the full SHA 1977ddfView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa646ab - Browse repository at this point
Copy the full SHA fa646abView commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 21b57e2 - Browse repository at this point
Copy the full SHA 21b57e2View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.