apply resharper's code style

This commit is contained in:
Viktor Borisov 2017-04-13 13:38:01 +07:00
parent 1697db9d7f
commit 7fad829dd2
776 changed files with 14393 additions and 24502 deletions

View file

@ -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
@ -33,4 +32,4 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

View file

@ -1,6 +1,4 @@

using System.Threading.Tasks;
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace TLSharp.Tests
@ -13,7 +11,7 @@ namespace TLSharp.Tests
{
base.Init(o => Assert.IsNotNull(o), b => Assert.IsTrue(b));
}
[TestMethod]
public override async Task AuthUser()
{
@ -67,6 +65,7 @@ namespace TLSharp.Tests
{
await base.CheckPhones();
}
[TestMethod]
[Ignore]
public override async Task FloodExceptionShouldNotCauseCannotReadPackageLengthError()
@ -80,4 +79,4 @@ namespace TLSharp.Tests
await base.SendMessageByUserNameTest();
}
}
}
}