Skip to content

Conversation

adamhathcock
Copy link
Member

@adamhathcock adamhathcock commented Dec 11, 2024

I was still having Revit 2025 build issues.

Since 25 doesn't depend on webview anymore (just Cef) then remove the dependency and blocker for me

Replaces #432

Copy link

codecov bot commented Dec 11, 2024

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 9.43%. Comparing base (196c503) to head (84bddee).
Report is 1 commits behind head on dev.

Files with missing lines Patch % Lines
...nectors.Common/Instances/InstanceObjectsManager.cs 0.00% 2 Missing ⚠️
...nectors.Common/Cancellation/CancellationManager.cs 0.00% 1 Missing ⚠️
...verters.Common/Registration/ServiceRegistration.cs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##             dev    #444   +/-   ##
=====================================
  Coverage   9.43%   9.43%           
=====================================
  Files        223     223           
  Lines       4209    4207    -2     
  Branches     487     487           
=====================================
  Hits         397     397           
+ Misses      3796    3794    -2     
  Partials      16      16           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why we need multi targeting for common project?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all users of that project that are net8.0 will use the net8.0 version

@adamhathcock adamhathcock merged commit 90a09fa into dev Dec 11, 2024
5 checks passed
@adamhathcock adamhathcock deleted the net8-revit branch December 11, 2024 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants