Skip to content
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

Fix resolving of endpoint #19

Closed
wants to merge 4 commits into from
Closed

Fix resolving of endpoint #19

wants to merge 4 commits into from

Conversation

stefanolsen
Copy link
Collaborator

If we don't use a specific endpoint, and would instead need the first endpoint, nothing is selected.

This is because the first in list is only selected if endpointKey is null. However, in StandardPrefixer the default is string.Empty.

This PR changes the default value to null, to enable the mentioned logic. Besides this, the PR also makes the Regex expression static to highlight its singleton nature.

* remove .net framework

* add .net8

* Added support for multiple ODP instances

* Refactoring; adding logging

* Refactoting and logging
@andrewmarkhamUNRVLD
Copy link
Contributor

Hi @stefanolsen, can you look at this PR again, the commits look wrong.

@stefanolsen
Copy link
Collaborator Author

stefanolsen commented Jun 9, 2024

@andrewmarkham You are right. Opening a new PR (#20).

@stefanolsen stefanolsen closed this Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants