dotnet-starter-kit
dotnet-starter-kit copied to clipboard
Update TargetFramework Version to 8.0
Adding Asp.Versioning Adding Microsoft.Data.SqlClient update ISingleResultSpecification<T> Update ProductByIdWithBrandSpec
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.<CreateDefaultRules>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.<CreateDefaultRules>b__9_6(RuleContext context) at ZymLabs.NSwag.FluentValidation.FluentValidationSchemaProcessor.ApplyRulesToSchema(SchemaProcessorContext context, IValidator validator)
Please help to fix it.
I am already working on a complete rewrite/upgrade for this repo. This is the PR - https://github.com/fullstackhero/dotnet-webapi-starter-kit/pull/905. Closing your PR for now.