Skip to content

Change string.IsNullOrEmpty to new syntax#38

Open
rklec wants to merge 2 commits intomadhatter22:masterfrom
rklec:patch-4
Open

Change string.IsNullOrEmpty to new syntax#38
rklec wants to merge 2 commits intomadhatter22:masterfrom
rklec:patch-4

Conversation

@rklec
Copy link

@rklec rklec commented May 24, 2024

This will be problematic in .NET 6 or higher, as an argument is required and this is the new syntax. (Seems to work in your version, too.)

https://learn.microsoft.com/en-us/dotnet/api/system.string.isnullorempty?view=net-8.0

rklec added 2 commits May 24, 2024 11:49
This will be problematic in .NET 6 or higher, as an argument is required and this is the new syntax. (Seems to work in your version, too.)

https://learn.microsoft.com/en-us/dotnet/api/system.string.isnullorempty?view=net-8.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant