diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 93eecfd..6640c4f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Build Solution - run: dotnet build -c Release -p:SkipInternalsVisibleTo=true + run: dotnet build -c Release - name: Create NuGet Packages run: dotnet pack -c Release -o ./nuget --no-build diff --git a/Directory.Packages.props b/Directory.Packages.props index 6c9a94e..7bb21ca 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -9,6 +9,6 @@ - + - + \ No newline at end of file diff --git a/src/Ramstack.ExpressionParser/ExpressionBuilder.cs b/src/Ramstack.ExpressionParser/ExpressionBuilder.cs index 013853b..d099604 100644 --- a/src/Ramstack.ExpressionParser/ExpressionBuilder.cs +++ b/src/Ramstack.ExpressionParser/ExpressionBuilder.cs @@ -277,7 +277,7 @@ Expression ProcessMemberAccess(Expr.MemberAccess e) Error.NonInvocableMember(m); // - // It's not supposed to happen + // This shouldn't happen, but we'll crash if it does // if (expression is null) throw new InvalidOperationException(