File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/Ramstack.ExpressionParser Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 uses : actions/checkout@v4
2525
2626 - name : Build Solution
27- run : dotnet build -c Release -p:SkipInternalsVisibleTo=true
27+ run : dotnet build -c Release
2828
2929 - name : Create NuGet Packages
3030 run : dotnet pack -c Release -o ./nuget --no-build
Original file line number Diff line number Diff line change 99 <PackageVersion Include =" MinVer" Version =" 6.0.0" />
1010 <PackageVersion Include =" NUnit" Version =" 4.3.2" />
1111 <PackageVersion Include =" NUnit3TestAdapter" Version =" 4.6.0" />
12- <PackageVersion Include =" Ramstack.Parsing" Version =" 1.0.0-beta.5 " />
12+ <PackageVersion Include =" Ramstack.Parsing" Version =" 1.0.0-beta.7 " />
1313 </ItemGroup >
14- </Project >
14+ </Project >
Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ Expression ProcessMemberAccess(Expr.MemberAccess e)
277277 Error . NonInvocableMember ( m ) ;
278278
279279 //
280- // It's not supposed to happen
280+ // This shouldn't happen, but we'll crash if it does
281281 //
282282 if ( expression is null )
283283 throw new InvalidOperationException (
You can’t perform that action at this time.
0 commit comments