Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jedd/cxpla 55 add required keyword for more geometry types #220

Merged
Merged
Prev Previous commit
Next Next commit
blip
  • Loading branch information
JR-Morgan committed Sep 2, 2024
commit 6cf90e78ba2b13c9c96d518d529ef8a21ee1850b
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public Task<RootObjectBuilderResult> Build(
try
{
Base converted;
if (_sendConversionCache.TryGetValue(sendInfo.ProjectId, applicationId, out ObjectReference value))
if (_sendConversionCache.TryGetValue(sendInfo.ProjectId, applicationId, out ObjectReference? value))
{
converted = value;
cacheHitCount++;
Expand Down
Loading