Skip to content

Commit

Permalink
Merge pull request #59 from BUTR/TwoNewClasses
Browse files Browse the repository at this point in the history
Even more fixes
  • Loading branch information
artifixer authored Jun 1, 2024
2 parents 0430a0f + c58d012 commit d0ed12b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace Bannerlord.BUTR.Shared.Extensions
using global::System.Collections.Generic;

#if !BANNERLORDBUTRSHARED_INCLUDE_IN_CODE_COVERAGE
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage, global::System.Diagnostics.CodeAnalysis.DebuggerNonUserCode]
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage, global::System.Diagnostics.DebuggerNonUserCode]
#endif
internal static class DictionaryExtensions
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ namespace Bannerlord.BUTR.Shared.Extensions
using global::TaleWorlds.MountAndBlade;

#if !BANNERLORDBUTRSHARED_INCLUDE_IN_CODE_COVERAGE
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage, global::System.Diagnostics.CodeAnalysis.DebuggerNonUserCode]
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage, global::System.Diagnostics.DebuggerNonUserCode]
#endif
internal static class MBSubModuleBaseExtensions
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ namespace Bannerlord.BUTR.Shared.Helpers
using global::TaleWorlds.Library;

#if !BANNERLORDBUTRSHARED_INCLUDE_IN_CODE_COVERAGE
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage, global::System.Diagnostics.CodeAnalysis.DebuggerNonUserCode]
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage, global::System.Diagnostics.DebuggerNonUserCode]
#endif
internal static class ApplicationVersionHelper
{
Expand Down
2 changes: 1 addition & 1 deletion src/Bannerlord.BUTR.Shared/Helpers/DecoratorModelHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ namespace Bannerlord.BUTR.Shared.Helpers
using global::TaleWorlds.Core;

#if !BANNERLORDBUTRSHARED_INCLUDE_IN_CODE_COVERAGE
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage, global::System.Diagnostics.CodeAnalysis.DebuggerNonUserCode]
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage, global::System.Diagnostics.DebuggerNonUserCode]
#endif
internal static class DecoratorModelHelper
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ namespace Bannerlord.BUTR.Shared.Helpers
using global::System.Diagnostics.CodeAnalysis;

#if !BANNERLORDBUTRSHARED_INCLUDE_IN_CODE_COVERAGE
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage, global::System.Diagnostics.CodeAnalysis.DebuggerNonUserCode]
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage, global::System.Diagnostics.DebuggerNonUserCode]
#endif
internal record ModuleInfoExtendedHelper : ModuleInfoExtended
{
Expand Down
2 changes: 1 addition & 1 deletion src/Bannerlord.BUTR.Shared/Helpers/ModuleInfoHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ namespace Bannerlord.BUTR.Shared.Helpers
using Module = TaleWorlds.MountAndBlade.Module;

#if !BANNERLORDBUTRSHARED_INCLUDE_IN_CODE_COVERAGE
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage, global::System.Diagnostics.CodeAnalysis.DebuggerNonUserCode]
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage, global::System.Diagnostics.DebuggerNonUserCode]
#endif
internal static class ModuleInfoHelper
{
Expand Down

0 comments on commit d0ed12b

Please sign in to comment.