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

ComAliasNameResolver can't report problems because the logging sink was not yet created. #206

Closed
SOsterbrink opened this issue Nov 15, 2023 · 1 comment

Comments

@SOsterbrink
Copy link
Member

In #205 we have a problems that exceptions can't be properly logged as warnings because the LoggingTypeLibExporterSink has not been created yet.

Ideas to solve this:

  • We will have to move some of the functions from the constructors of the INameResolvers to an initialization method which is called after the Logging sink was created.
@marklechtermann
Copy link
Member

There is currently no need

@marklechtermann marklechtermann closed this as not planned Won't fix, can't repro, duplicate, stale Apr 15, 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

No branches or pull requests

2 participants