release-obfuscator #1
release-obfuscator.yml
on: workflow_dispatch
publish-release
1m 6s
Annotations
11 warnings
publish-release:
src/TabularEditor.Dax.Tokenizer/DaxLexer.cs#L5
'DaxLexer' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
publish-release:
src/TabularEditor.Dax.Tokenizer/DaxToken.cs#L26
Possible null reference return.
|
publish-release:
src/TabularEditor.Dax.Tokenizer/DaxToken.cs#L38
Possible null reference return.
|
publish-release:
src/Dax.Vpax.Obfuscator/Comparers/DaxNameEqualityComparer.cs#L10
Nullability of type of parameter 'x' doesn't match overridden member (possibly because of nullability attributes).
|
publish-release:
src/Dax.Vpax.Obfuscator/Comparers/DaxNameEqualityComparer.cs#L10
Nullability of type of parameter 'y' doesn't match overridden member (possibly because of nullability attributes).
|
publish-release:
src/Dax.Vpax.Obfuscator/Comparers/DaxTextEqualityComparer.cs#L7
Nullability of type of parameter 'x' doesn't match overridden member (possibly because of nullability attributes).
|
publish-release:
src/Dax.Vpax.Obfuscator/Comparers/DaxTextEqualityComparer.cs#L7
Nullability of type of parameter 'y' doesn't match overridden member (possibly because of nullability attributes).
|
publish-release:
src/Dax.Vpax.Obfuscator/Comparers/DaxTextEqualityComparer.cs#L15
Nullability of type of parameter 'x' doesn't match overridden member (possibly because of nullability attributes).
|
publish-release:
src/Dax.Vpax.Obfuscator/Comparers/DaxTextEqualityComparer.cs#L15
Nullability of type of parameter 'y' doesn't match overridden member (possibly because of nullability attributes).
|
publish-release:
src/Dax.Vpax.Obfuscator/DaxText.cs#L18
Non-nullable property 'ObfuscatedValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish-release
(TODO) code signing.
|