abp icon indicating copy to clipboard operation
abp copied to clipboard

8.0.0 OpenIddict source code causes error CS0738 after compiling

Open lly277365 opened this issue 2 years ago • 5 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

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

lly277365 avatar Dec 28 '23 06:12 lly277365

hi

unzip the source-code\Volo.Abp.OpenIddict.SourceCode\Volo.Abp.OpenIddict.SourceCode.zip,

Why are you using this zip file?

maliming avatar Dec 28 '23 07:12 maliming

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.

lly277365 avatar Dec 28 '23 07:12 lly277365

When I compiled the OpenIddict source code under the modules\openiddict, it also produced the same error.

lly277365 avatar Dec 28 '23 07:12 lly277365

You can try to reproduce this in a fresh template project. and share the steps.

maliming avatar Dec 28 '23 07:12 maliming