We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v0.5 (a lot of breaking changes)
IReadOnlyList<T>
Arr<T>
T?
Option<T>
NullExtensions
NChoose
LanguageExt
v0.6 (a lot of breaking changes but mostly fixable by search-and-replace)
Connect
Credentials
TelegramClientConfig
SafeFiles
FileSessionStore
Upload
File
Match
Switch
Default
Tag
ReadOnlyMemory<byte>
Bytes
System.Memory
netstandard2.0
netstandard2.1
todo
Session
The text was updated successfully, but these errors were encountered:
No branches or pull requests
v0.5 (a lot of breaking changes)
IReadOnlyList<T>
instead ofArr<T>
T?
instead ofOption<T>
NullExtensions
for convenient extensions likeNChoose
LanguageExt
removalv0.6 (a lot of breaking changes but mostly fixable by search-and-replace)
Connect
optionalCredentials
and default credentialsTelegramClientConfig
(credentials, connect config, ping config, custom network stream provider)SafeFiles
forFileSessionStore
Upload
toFile
(it is not only for upload purposes)Match
toSwitch
(to match C# 9 switch)Default
to removeTag
suffix everywhereReadOnlyMemory<byte>
instead ofBytes
?System.Memory
fornetstandard2.0
ornetstandard2.1
only?todo
Session
refactoringThe text was updated successfully, but these errors were encountered: