5 Commits

Author SHA1 Message Date
Дмитрий Шиманский 89f1ab0b85 add .Join function for debug message 2024-01-11 13:55:02 +03:00
Dima yawaflua Andreev 75c8f58544 Merge pull request #3 from yawaflua/yawaflua-debug-2612
merge branches
2024-01-11 13:49:57 +03:00
Dima yawaflua Andreev 62e030436a Update README.md 2024-01-03 21:04:43 +03:00
Dima yawaflua Andreev a83b2169f7 Merge pull request #2 from yawaflua/yawaflua-debug-2612
Merge branches
2023-12-26 13:25:02 +03:00
Dima yawaflua Andreev 05d5f8291c Update dotnet.yml 2023-12-26 13:20:39 +03:00
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -5,9 +5,9 @@ name: .NET
on:
push:
branches: [ "master" ]
branches: [ "*" ]
pull_request:
branches: [ "master" ]
branches: [ "*" ]
jobs:
build:
+1 -1
View File
@@ -61,7 +61,7 @@
Console.Error.WriteLine("debug: START \\/ \nDon't worry, this message is not bad as you think");
Console.Error.WriteLine("error: DiscordAuthorize is not worked");
Console.Error.WriteLine($"debug: Body from discord: {body}\ndebug: Sended data to discord: {message.Content.ReadAsStringAsync().Result}");
Console.Error.WriteLine($"info: Check environment data: \nClientId={Startup.clientId}\nClientSecret={Startup.clientSecret}\nRedirectUrl={Startup.redirectUrl}\nOwnerId={Startup.ownerId} ");
Console.Error.WriteLine($"info: Check environment data: \nClientId={Startup.clientId}\nClientSecret={Startup.clientSecret}\nRedirectUrl={Startup.redirectUrl}\nOwnerId={String.Join(",", Startup.ownerId)} ");
Console.Error.WriteLine("info: If any data is null and you set data in environment or appsettings.json, please create issue with this debug messages ");
Console.Error.WriteLine("debug: END /\\");
}
+2 -1
View File
@@ -1,6 +1,7 @@
# Hello, there!
[![](https://img.shields.io/website?url=https%3A%2F%2Fyawaflua.ru&style=for-the-badge)](https://yawaflua.ru)
[![](https://img.shields.io/website?url=https%3A%2F%2Fyawaflua.ru)](https://yawaflua.ru)
[![Publish Docker image](https://github.com/yawaflua/yaflay.ru/actions/workflows/docker-image.yml/badge.svg)](https://github.com/yawaflua/yaflay.ru/actions/workflows/docker-image.yml)
![](https://img.shields.io/github/license/yawaflua/yaflay.ru)
This is my custom site, with url: [yawaflua.ru](https://yawaflua.ru/)