force update
All checks were successful
build nuget workflow for TelegramBotBase project / Build-TelegramBotBase (x64, linux) (push) Successful in 40s
All checks were successful
build nuget workflow for TelegramBotBase project / Build-TelegramBotBase (x64, linux) (push) Successful in 40s
This commit is contained in:
parent
3f0fc962a4
commit
880878190d
@ -8,7 +8,7 @@ jobs:
|
|||||||
Build-TelegramBotBase:
|
Build-TelegramBotBase:
|
||||||
env:
|
env:
|
||||||
APP_PROJECT_NAME: TelegramBotBase
|
APP_PROJECT_NAME: TelegramBotBase
|
||||||
PACKAGE_VERSION: "123.1.0"
|
PACKAGE_VERSION: "123.1.1"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
|
|||||||
@ -304,8 +304,6 @@ public class SessionManager
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
//Search for public properties with SaveState attribute
|
//Search for public properties with SaveState attribute
|
||||||
var fields = form.GetType()
|
var fields = form.GetType()
|
||||||
.GetProperties(BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic)
|
.GetProperties(BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user