Skip to content

feature: logic to allow overriding base dbcontext #1149

feature: logic to allow overriding base dbcontext

feature: logic to allow overriding base dbcontext #1149

Triggered via pull request January 31, 2024 23:35
Status Failure
Total duration 5m 4s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Analyze (csharp): src/Dhgms.Nucleotide.Generators/Features/EntityFramework/EntityFrameworkModelEntityGenerationModel.cs#L24
#error: 'need to inherit from EntityGenerationModel and remove the abstract design from it? this will allow the EF logic to work, and the model generators to work off the base class'
Analyze (csharp): src/Dhgms.Nucleotide.Generators/Features/EntityFramework/EntityFrameworkModelEntityGenerationModel.cs#L25
#error: 'we need an overload to not generate the default properties on the EF class? (created, modified, rowversion)'
Analyze (csharp): src/Dhgms.Nucleotide.Generators/Features/EntityFramework/EntityFrameworkModelEntityGenerationModel.cs#L26
#error: 'we need to allow overriding the base class on the generated EF class, so it doesn'ty have to point to a keyed model. Example of this is MsIdentity tables which are already designed for EF.'
Analyze (csharp): src/Dhgms.Nucleotide.Generators/Features/EntityFramework/EntityFrameworkModelEntityGenerationModel.cs#L24
#error: 'need to inherit from EntityGenerationModel and remove the abstract design from it? this will allow the EF logic to work, and the model generators to work off the base class'
Analyze (csharp): src/Dhgms.Nucleotide.Generators/Features/EntityFramework/EntityFrameworkModelEntityGenerationModel.cs#L25
#error: 'we need an overload to not generate the default properties on the EF class? (created, modified, rowversion)'
Analyze (csharp): src/Dhgms.Nucleotide.Generators/Features/EntityFramework/EntityFrameworkModelEntityGenerationModel.cs#L26
#error: 'we need to allow overriding the base class on the generated EF class, so it doesn'ty have to point to a keyed model. Example of this is MsIdentity tables which are already designed for EF.'
Analyze (csharp)
Process completed with exit code 1.