File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,10 @@ Entity Framework Core Generator supports generating [Read](https://efg.loresoft.
155155
156156# # Change Log
157157
158+ # ## Version 4.5
159+
160+ - add support for nullable reference types
161+
158162# ## Version 4.0
159163
160164- upgrade projects to .net 6
Original file line number Diff line number Diff line change 1- version : 4.0 .{build}
1+ version : 4.5 .{build}
22os : Visual Studio 2022
33
44environment :
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ project:
1717 namespace : ' Company.{Database.Name}'
1818 # the root directory for the project
1919 directory : .\
20-
20+ # output should support nullable reference types
21+ nullable : true
2122# ---------------------------------#
2223# data section - Used for configuring database connections
2324# ---------------------------------#
You can’t perform that action at this time.
0 commit comments