Open lly277365 opened 10 months ago
hi
unzip the source-code\Volo.Abp.OpenIddict.SourceCode\Volo.Abp.OpenIddict.SourceCode.zip,
Why are you using this zip file?
hi
unzip the source-code\Volo.Abp.OpenIddict.SourceCode\Volo.Abp.OpenIddict.SourceCode.zip,
Why are you using this zip file?
Because its projects file referenced the 8.0.0 abp package, I thought it could be used in the same way as modules\openiddict.
When I compiled the OpenIddict source code under the modules\openiddict, it also produced the same error.
You can try to reproduce this in a fresh template project. and share the steps.
Is there an existing issue for this?
Description
It causes error CS0738 after compiling, many methods do not match with interfaces, the return value of the method is ValueType, but the interface is defined as Task.
Reproduction Steps
unzip the source-code\Volo.Abp.OpenIddict.SourceCode\Volo.Abp.OpenIddict.SourceCode.zip, and then open the solution file in Visual Studio, and build the project Volo.Abp.OpenIddict.Domain
Expected behavior
No response
Actual behavior
No response
Regression?
No response
Known Workarounds
No response
Version
8.0.0
User Interface
Common (Default)
Database Provider
EF Core (Default)
Tiered or separate authentication server
None (Default)
Operation System
Windows (Default)
Other information
No response