You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing this error while building a newly created blank project with Prism Template Pack and referencing Prism.DryIoc.Extensions v8.0.20-beta from SponsorConnect:
[MyWindowsUserPath]\.nuget\packages\prism.dryioc.extensions\8.0.20-beta\build\PreserveContainerExtension.cs(4,12,4,20): error CS0246: The type or namespace name 'Preserve' could not be found (are you missing a using directive or an assembly reference?)
Same error message on both iOS and Android side but no problem with the actual v7.2.0.1054 NuGet version.
Well, I can find a PreserveAttribute.cs file while browsing files from this v7 tagged commit, but I can't with the last version.
Interesting thing is that older v7 projects build succesfully after v8 update... It started to appear with new blank one.
Am I missing something?
Thanks
The text was updated successfully, but these errors were encountered:
Thanks for the report. Definitely sounds like a bug. You should be able to work around it until I get a fix out by updating the PackageReference to exclude build assets.
Hi Dan,
I'm facing this error while building a newly created blank project with Prism Template Pack and referencing Prism.DryIoc.Extensions v8.0.20-beta from SponsorConnect:
[MyWindowsUserPath]\.nuget\packages\prism.dryioc.extensions\8.0.20-beta\build\PreserveContainerExtension.cs(4,12,4,20): error CS0246: The type or namespace name 'Preserve' could not be found (are you missing a using directive or an assembly reference?)
Same error message on both iOS and Android side but no problem with the actual v7.2.0.1054 NuGet version.
Well, I can find a PreserveAttribute.cs file while browsing files from this v7 tagged commit, but I can't with the last version.
Interesting thing is that older v7 projects build succesfully after v8 update... It started to appear with new blank one.
Am I missing something?
Thanks
The text was updated successfully, but these errors were encountered: