Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TargetFramework Version to 8.0 #923

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

daoudabeye
Copy link

Adding Asp.Versioning
Adding Microsoft.Data.SqlClient
update ISingleResultSpecification
Update ProductByIdWithBrandSpec

Adding Asp.Versioning
Adding Microsoft.Data.SqlClient
update ISingleResultSpecification<T>
Update ProductByIdWithBrandSpec
@Mike6x
Copy link

Mike6x commented Apr 17, 2024

Hi @daoudabeye,

When update to Net 8 as your pull request, I have some errors as bellow:

[13:33:12 WRN] Error on apply rule 'NotEmpty' for property 'CreateBrandRequest.name'
System.MissingMethodException: Method not found: 'NJsonSchema.JsonObjectType NJsonSchema.JsonSchema.get_Type()'.
at ZymLabs.NSwag.FluentValidation.FluentValidationSchemaProcessor.<>c.b__9_6(RuleContext context)
at ZymLabs.NSwag.FluentValidation.FluentValidationSchemaProcessor.ApplyRulesToSchema(SchemaProcessorContext context, IValidator validator)
[13:33:12 WRN] Error on apply rule 'NotEmpty' for property 'UpdateBrandRequest.name'
System.MissingMethodException: Method not found: 'NJsonSchema.JsonObjectType NJsonSchema.JsonSchema.get_Type()'.
at ZymLabs.NSwag.FluentValidation.FluentValidationSchemaProcessor.<>c.b__9_6(RuleContext context)
at ZymLabs.NSwag.FluentValidation.FluentValidationSchemaProcessor.ApplyRulesToSchema(SchemaProcessorContext context, IValidator validator)

Please help to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants