-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Address API Review feedback #15661
Address API Review feedback #15661
Conversation
Note, @AndriySvyryd has more pending in his Issue214_Part5 branch. |
@@ -52,15 +52,23 @@ Microsoft.Data.Sqlite.SqliteTransaction</Description> | |||
<AutoGen>True</AutoGen> | |||
<DependentUpon>Resources.Designer.tt</DependentUpon> | |||
</Compile> | |||
<Compile Update="SqliteCommand.cs"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛑
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does VS do this automatically? If so, is there any point fighting it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't fight it. We'll change them to <SubType>Code</SubType>
to make the dev experience better as soon as the project system stops stomping over it.
</Compile> | ||
<Compile Update="SqliteConnection.CreateFunction.cs"> | ||
<DesignTime>True</DesignTime> | ||
<AutoGen>True</AutoGen> | ||
<DependentUpon>SqliteConnection.CreateFunction.tt</DependentUpon> | ||
<SubType>Component</SubType> | ||
</Compile> | ||
<Compile Update="SqliteConnection.cs"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛑
Part of #15662