Skip to content

Commit

Permalink
Merge common code bases for TdsParserStateObject.cs (3) (#2168)
Browse files Browse the repository at this point in the history
  • Loading branch information
panoskj committed Nov 28, 2023
1 parent e6109f8 commit 416afcd
Show file tree
Hide file tree
Showing 5 changed files with 767 additions and 1,509 deletions.
Expand Up @@ -40,6 +40,17 @@ internal struct SNIErrorDetails
// and surfacing objects to the user.
internal sealed partial class TdsParser
{
internal struct ReliabilitySection
{
/// <summary>
/// This is a no-op in netcore version. Only needed for merging with netfx codebase.
/// </summary>
[Conditional("NETFRAMEWORK")]
internal static void Assert(string message)
{
}
}

private static int _objectTypeCount; // EventSource counter
private readonly SqlClientLogger _logger = new SqlClientLogger();

Expand Down

0 comments on commit 416afcd

Please sign in to comment.