Add ms clarity #32
Merged
Add ms clarity #32
Annotations
9 warnings
|
src/TaxTools.Tests/TaxLimitationTests.cs#L34
Public method 'ShouldCalculateFor2024' on test class 'TaxLimitationTests' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
|
src/TaxTools.Core/TaxLimitation/CalculationResult.cs#L28
Non-nullable property 'SB23CalculationText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/TaxTools.Core/TaxLimitation/CalculationResult.cs#L27
Non-nullable property 'SB4CalculationText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/TaxTools.Core/TaxLimitation/CalculationResult.cs#L26
Non-nullable property 'SB2CalculationText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/TaxTools.Core/TaxLimitation/CalculationResult.cs#L25
Non-nullable property 'SB12CalculationText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/TaxTools.Core/TaxLimitation/CalculationResult.cs#L5
Non-nullable property 'Details' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/TaxTools.Core/TaxLimitation/DistrictDetail.cs#L7
Non-nullable property 'Rates' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/TaxTools.Core/TaxLimitation/DistrictDetail.cs#L6
Non-nullable property 'DistrictName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/TaxTools.Core/TaxLimitation/DistrictDetail.cs#L5
Non-nullable property 'DistrictId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading