You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But this behaviour is different what VisualStudio does! Visual studio didn't remove expressions to sensitive properties even with protectionLevel = DontSaveSensitive. So this package became broken, and when you try to use it on SSISDB, you package will not assign this parameter.
The text was updated successfully, but these errors were encountered:
MelnikovIG
changed the title
Incorrect expression remove with protectionLevel = DontSaveSensitive
Incorrect expression to sensitive property remove with protectionLevel = DontSaveSensitive
Apr 9, 2020
Assume we have expression to property:
<property dataType="System.String" expressionType="Notify" name="password" Sensitive="1"></property>
When i am building my project with
ssisbuild
, this expression is removed. Possible place where this is happen:ssis-build/src/SsisBuild.Core/ProjectManagement/ProjectFile.cs
Lines 159 to 160 in dac34b5
But this behaviour is different what VisualStudio does! Visual studio didn't remove expressions to sensitive properties even with protectionLevel = DontSaveSensitive. So this package became broken, and when you try to use it on SSISDB, you package will not assign this parameter.
The text was updated successfully, but these errors were encountered: