-
I am trying to implement mapperly into my project and I am receiving the referenced error when trying to make a partial method. I even did a fresh pull of the main branch and made no changes, and the error appears in the sample project as well. What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 10 replies
-
Restarting vs sometimes helps, are there also warnings for the integration tests? Running |
Beta Was this translation helpful? Give feedback.
-
It seems the issue is that because I'm locked into .NET 5 and C# 7.3 I'm unable to use mapperly for my project. I need the Extended Partial Methods feature introduced in C# 9.0. Thanks for the help @TimothyMakkison |
Beta Was this translation helpful? Give feedback.
-
I am experiencing a similar (the same) issue on building in Visual Studio 2022, but I am running .Net7 After upgrading to v3.0.0, I exited Visual Studio and deleted the .vs folder but get error messages like: I can build without errors at command line using command "dotnet build". Very sadly rolling back the changes |
Beta Was this translation helpful? Give feedback.
-
Good idea, I'll try it tomorrow morning 👍
…On Tue, 15 Aug 2023, 16:36 Lars, ***@***.***> wrote:
Does the error still occur if you close VS, run dotnet clean in a
terminal and start VS again?
—
Reply to this email directly, view it on GitHub
<#519 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACPKZRZVNXPDWGFLHYO5CU3XVOJOXANCNFSM6AAAAAAZRZITRQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Following Lars suggestion about upgrading Mapperly to version V3.0
This IS very strange because the build at the command prompt succeeded but failed in Visual Studio 😪 |
Beta Was this translation helpful? Give feedback.
-
Fantastic... I'll get right on it come Monday morning.
Have a great weekend 😄
…On Fri, 18 Aug 2023, 14:18 Lars, ***@***.***> wrote:
Mapperly 3.1.0 was just released which should fix this in VS 17.6 and
later.
—
Reply to this email directly, view it on GitHub
<#519 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACPKZRYXWSX7JTZQ34K2LYDXV5TSFANCNFSM6AAAAAAZRZITRQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi Lars,
Sorry, I mean to do this work on Monday but things didn't turn out that way.
I have installed the latest version of Mapperly and it is now working fine
... Yay!
I also upgraded Visual Studio to :
Microsoft Visual Studio Professional 2022 (64-bit) - Current
Version 17.7.2
Happily Mapperly is functioning well ... another clap for you & your team.
👏👏👏👏
…On Fri, 18 Aug 2023 at 14:18, Lars ***@***.***> wrote:
Mapperly 3.1.0 was just released which should fix this in VS 17.6 and
later.
—
Reply to this email directly, view it on GitHub
<#519 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACPKZRYXWSX7JTZQ34K2LYDXV5TSFANCNFSM6AAAAAAZRZITRQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
It seems the issue is that because I'm locked into .NET 5 and C# 7.3 I'm unable to use mapperly for my project.
I need the Extended Partial Methods feature introduced in C# 9.0.
Thanks for the help @TimothyMakkison