eXpandFramework / eXpand

DevExpress XAF (eXpressApp) extension framework. 𝗹𝗶𝗻𝗸𝗲𝗱𝗶𝗻.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺, 𝘆𝗼𝘂𝘁𝘂𝗯𝗲.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺 and 𝘁𝘄𝗶𝘁𝘁𝗲𝗿 @𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸 and or simply 𝗦𝘁𝗮𝗿/𝘄𝗮𝘁𝗰𝗵 this repository and get notified from 𝗚𝗶𝘁𝗛𝘂𝗯
http://expand.expandframework.com
Microsoft Public License
220 stars 114 forks source link

Compile error after installing JobScheduler.Hangfire 4.221.8 from a fresh XAF Blazor project #956

Closed ramilcatalandomingo closed 1 year ago

ramilcatalandomingo commented 1 year ago

Hello,

I created a fresh XAF Blazor project and then installed the JobScheduler Hangfire nuget package and added the required module but encountered a compilation error. Please advise. Thank you.

image

apobekiaris commented 1 year ago

where is your sample?

ramilcatalandomingo commented 1 year ago

I have attached the sample project.

DXApplication2.zip

apobekiaris commented 1 year ago

yes I can repro it, so I guess u need to wait for the next minor. I did not research it but if you in urge you may try removing the contents of the C:\Users\ramil.nuget\packages\xpand.xaf.modules.jobscheduler.hangfire\4.221.8\build\Xpand.XAF.Modules.JobScheduler.Hangfire.ps1

ramilcatalandomingo commented 1 year ago

Hello. Your advice of removing the contents of the ps1 file did the trick. Thank you very much and will await the next minor release.

apobekiaris commented 1 year ago

fyi the script tries to strongly sing the assemblies, native ME was throwing if the assemblies are not strongly singed

ramilcatalandomingo commented 1 year ago

Thanks @apobekiaris. I will look forward to the future fix.