abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.81k stars 3.41k forks source link

8.0.0 OpenIddict source code causes error CS0738 after compiling #18618

Open lly277365 opened 9 months ago

lly277365 commented 9 months ago

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

maliming commented 9 months ago

hi

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

Why are you using this zip file?

lly277365 commented 9 months ago

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 commented 9 months ago

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

maliming commented 9 months ago

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