Skip to content

Commit 905c17a

Browse files
committed
- namespaces fix
1 parent c3e0bb9 commit 905c17a

File tree

347 files changed

+367
-367
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

347 files changed

+367
-367
lines changed

Botticelli.Framework.Vk.Tests/LongPollMessagesProviderTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using BotDataSecureStorage.Settings;
2-
using Botticelli.Framework.Vk.Options;
2+
using Botticelli.Framework.Vk.Messages;
3+
using Botticelli.Framework.Vk.Messages.Options;
34
using Botticelli.Framework.Vk.Tests.Settings;
45
using Microsoft.Extensions.Configuration;
56
using NUnit.Framework;

Botticelli.Framework.Vk.Tests/MessagePublisherTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using Botticelli.Framework.Vk.API.Requests;
1+
using Botticelli.Framework.Vk.Messages;
2+
using Botticelli.Framework.Vk.Messages.API.Requests;
23
using NUnit.Framework;
34

45
namespace Botticelli.Framework.Vk.Tests;

Botticelli.Framework.Vk/API/Errors/ResultCode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Botticelli.Framework.Vk.API.Errors;
1+
namespace Botticelli.Framework.Vk.Messages.API.Errors;
22

33
public class ResultCode
44
{

Botticelli.Framework.Vk/API/Methods/Error.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
using System.Text.Json.Serialization;
44

5-
namespace Botticelli.Framework.Vk.API.Methods;
5+
namespace Botticelli.Framework.Vk.Messages.API.Methods;
66

77
public class Error
88
{

Botticelli.Framework.Vk/API/Methods/ExtendedResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Text.Json.Serialization;
22

3-
namespace Botticelli.Framework.Vk.API.Methods;
3+
namespace Botticelli.Framework.Vk.Messages.API.Methods;
44

55
public class ExtendedResponse
66
{

Botticelli.Framework.Vk/API/Methods/Items.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Text.Json.Serialization;
22

3-
namespace Botticelli.Framework.Vk.API.Methods;
3+
namespace Botticelli.Framework.Vk.Messages.API.Methods;
44

55
public class Items
66
{

Botticelli.Framework.Vk/API/Methods/Method.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Text.Json.Serialization;
22

3-
namespace Botticelli.Framework.Vk.API.Methods;
3+
namespace Botticelli.Framework.Vk.Messages.API.Methods;
44

55
public class Method
66
{

Botticelli.Framework.Vk/API/Methods/Parameter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Text.Json.Serialization;
22

3-
namespace Botticelli.Framework.Vk.API.Methods;
3+
namespace Botticelli.Framework.Vk.Messages.API.Methods;
44

55
public class Parameter
66
{

Botticelli.Framework.Vk/API/Methods/Response.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Text.Json.Serialization;
22

3-
namespace Botticelli.Framework.Vk.API.Methods;
3+
namespace Botticelli.Framework.Vk.Messages.API.Methods;
44

55
public class Response
66
{

Botticelli.Framework.Vk/API/Methods/Responses.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Text.Json.Serialization;
22

3-
namespace Botticelli.Framework.Vk.API.Methods;
3+
namespace Botticelli.Framework.Vk.Messages.API.Methods;
44

55
public class Responses
66
{

0 commit comments

Comments
 (0)