Skip to content

Store procedure Add nullable in table definition #2948

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

Closed
3 tasks
dt-92 opened this issue May 3, 2025 · 6 comments
Closed
3 tasks

Store procedure Add nullable in table definition #2948

dt-92 opened this issue May 3, 2025 · 6 comments
Labels
question Further information is requested

Comments

@dt-92
Copy link

dt-92 commented May 3, 2025

Bug description / exact reproduction steps

hello

when you add the store procedure in your reverse engineer le pragma #nullable disable is forgotten in the genration of the table ?

Your code

// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated>
#nullable disable
using System;
using System.Collections.Generic;
and 
with store procedure 

using System;
using System.Collections.Generic;

Stack traces


EF Core Power Tools version

2.6.961

EF Core Power Tools CLI version

2.6.961

Database provider

prostgresql

Target framework

No response

IDE

No response

Additional features in use

  • T4 templates
  • SQL Server .dacpac
  • Handlebars template
@ErikEJ
Copy link
Owner

ErikEJ commented May 3, 2025

Which "table" ?? Stored procedures does not have anything to do with tables

@dt-92
Copy link
Author

dt-92 commented May 3, 2025

When i use only tables to generate the schema the pragma #nullable disable is in the description on the table it is ok
when i check store procdecure in the object to select -> I have the error

@ErikEJ
Copy link
Owner

ErikEJ commented May 3, 2025

Which error? Please provide a simple runnable reproduction project if you want free support

@dt-92
Copy link
Author

dt-92 commented May 3, 2025

When i chech generate store procedure all tables of the schema are generate without the pragma #nullable disable

@ErikEJ
Copy link
Owner

ErikEJ commented May 4, 2025

Is this a duplicate of #2937 ?

@dt-92
Copy link
Author

dt-92 commented May 4, 2025

it' seem the same problem , but easier to trig .

thanks for the help

@ErikEJ ErikEJ closed this as not planned Won't fix, can't repro, duplicate, stale May 4, 2025
@ErikEJ ErikEJ added the question Further information is requested label May 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants