Skip to content
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

FIX | Removing BinaryFormatter from NetFx #869

Merged
merged 14 commits into from
Feb 18, 2021
Prev Previous commit
Next Next commit
remove extra line
  • Loading branch information
jJRahnama committed Jan 21, 2021
commit 8ede1425c6d3375e611f3ff893f237c365504826
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ private static void InvokeCallback(object eventContextPair)
// END EventContextPair private class.
// ----------------------------------------

JRahnama marked this conversation as resolved.
Show resolved Hide resolved

//-----------------------------------------------
// Private Class to add ObjRef as DataContract
//-----------------------------------------------
Expand Down Expand Up @@ -1317,7 +1316,6 @@ private void AddCommandInternal(SqlCommand cmd)
{
if (cmd != null)
{
// Don't bother with BID if command null.
long scopeID = SqlClientEventSource.Log.TryNotificationScopeEnterEvent("<sc.SqlDependency.AddCommandInternal|DEP> {0}, SqlCommand: {1}", ObjectID, cmd.ObjectID);
try
{
Expand Down