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

Cleanup net48 code #14489

Merged
merged 4 commits into from
Oct 19, 2023
Merged

Cleanup net48 code #14489

merged 4 commits into from
Oct 19, 2023

Conversation

pinzart90
Copy link
Contributor

Cleanup the net48 preprocessor directives in the source code

@mjkkirschner mjkkirschner self-requested a review October 17, 2023 15:12
</Reference>
<Reference Include="WindowsBase" />
<Reference Include="Microsoft.Practices.Prism">
<HintPath>..\..\extern\prism\Microsoft.Practices.Prism.dll</HintPath>
Copy link
Member

Choose a reason for hiding this comment

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

so can we remove this binary now?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think so. Will do

@mjkkirschner
Copy link
Member

good stuff.

Copy link
Contributor

Choose a reason for hiding this comment

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

Don't we want to wait until we remove DynamoCrypto?

@@ -9,1362 +9,11 @@
namespace Dynamo.Tests
{

#if NET6_0_OR_GREATER
[TestFixture, Apartment(ApartmentState.MTA)]
public class ExcelTests
{
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you remind me why we didn't have any excel tests for net6?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

#14041 (comment)
Looks like we simply forgot to do it after all projects were migrated
I will enable them

@pinzart90 pinzart90 merged commit ea7afbd into master Oct 19, 2023
25 checks passed
@pinzart90 pinzart90 deleted the cleanup_net48_code branch October 19, 2023 13:45
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.

4 participants