Closed WolfgangHG closed 1 year ago
I'm unable to duplicate the issue with the snippets above. Can you provide a working example I can use to duplicate the issue?
I will try to do so - but it might not happen before next weekend.
Here is the sample.
The zip contains the output of the last failing build, including the error message in "LastBuild.log".
I copied the project file from the solution where the error occurs and updated it to match this sample. So, it is a rather old project file that was updated over the years.
Was this introduced by the change for #968 ?
I'm not sure but I don't think so. This case has a template parameter on the method that didn't appear in the parameter list which it hasn't considered before. I added a case to check it as well for a match to fix it. If it was working in a prior release, it may have slipped through but perhaps showed an incorrect match.
This error happens after updating to 2023.3.4.0:
The source file snippets are those:
And an implementing subclass that seems to trigger the error is:
Is this enough information to identify the issue? Or do you need a full project?