﻿[*.vb]

# CA1031: Do not catch general exception types
dotnet_diagnostic.CA1031.severity = none

# CA1303: Do not pass literals as localized parameters
dotnet_diagnostic.CA1303.severity = none

# CA1819: Properties should not return arrays
dotnet_diagnostic.CA1819.severity = none
