GFlisch / Arc4u.Guidance.Doc

Other
5 stars 1 forks source link

(bug, Guidance2022.2.1.12-rc1): Adding a Hangfire job has missing operation #150

Closed vvdb-architecture closed 6 months ago

vvdb-architecture commented 1 year ago

When you add a hangfire project and a hangfire job, the following error occurs:

C:\PRJ\HappyFlow\TestFlow\BE\Service\TestFlow.Service.Host\Infrastructure\HangfireAuthorization.cs(14,104,14,114): error CS0117: 'Access' does not contain a definition for 'CanSeeJobs'

The CanSeeJobs should be an operation of the shared Access type.

GFlisch commented 1 year ago

Will be solved by implementing a generator access api. Need time to implement this.

rdarko commented 6 months ago

fixed