peachpiecompiler / peachpie

PeachPie - the PHP compiler and runtime for .NET and .NET Core
https://www.peachpie.io
Apache License 2.0
2.31k stars 201 forks source link

no matching .ctor #1046

Closed xiangyi-wang closed 2 years ago

xiangyi-wang commented 2 years ago

I compiled flarum core successfully before(Peachpie.NET.Sdk/1.0.12 )#1015 , and now the following errors are reported in version 1.0.18 image

jakubmisek commented 2 years ago

thanks, it seems like a totally different issue.

Looking at the source code: https://github.com/peachpiecompiler/peachpie/blob/54e8e0c600cc5c581b8f274c517a8002aa0d153c/src/Peachpie.CodeAnalysis/Symbols/Source/SourceCustomAttribute.cs#L63

there are probably two issues:

We'll add more details into the exception.