mirror of
https://github.com/evopro-ag/Sharp7Reactive.git
synced 2025-12-16 03:42:51 +00:00
Fix or ignore build warnings
This commit is contained in:
@@ -48,8 +48,7 @@ internal class VariableNameParser : IVariableNameParser
|
||||
|
||||
public VariableAddress Parse(string input)
|
||||
{
|
||||
if (input == null)
|
||||
throw new ArgumentNullException(nameof(input));
|
||||
ArgumentNullException.ThrowIfNull(input);
|
||||
|
||||
var match = regex.Match(input);
|
||||
if (!match.Success)
|
||||
|
||||
Reference in New Issue
Block a user