Skip to content

removed unused usings #1

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions ConsoleApplication3/GetXmlDataTest.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using System;
using System.Data;
using System.Data.Common;
using System.Data.SqlClient;
using System.Data.SqlTypes;
using NUnit.Framework;
using Moq;

Expand Down
2 changes: 0 additions & 2 deletions ConsoleApplication3/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
using System.Data.SqlClient;
using System.Diagnostics.Contracts;
using System.IO;
using System.Reflection;
using System.Xml.Serialization;
using log4net;


namespace ConsoleApplication3
Expand Down
1 change: 0 additions & 1 deletion ConsoleApplication3/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand Down
1 change: 0 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ The object returned from Sql is nested Xml.

I am using the GetValue(0) vs using Xml. That would require using an XmlReader, which is not supporeted under the IDbCommand interface.

A change test.