-
Notifications
You must be signed in to change notification settings - Fork 72
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
Modernize nuget package and unify CFX project targets #223
base: master
Are you sure you want to change the base?
Modernize nuget package and unify CFX project targets #223
Conversation
I can't get the units tests to work, but that doesn't seem to be an issue with the build or project changes, but rather the test setup itself. With the PR the package should be publishable using: dotnet pack ./CFX/CFX.csproj
dotnet push ./CFX/CFX.csproj |
Once this is complete, I'd also like to backport this to 1.7 as well, as the equipment with work with is on version 1.X |
Thank you for your input. Would you be willing to submit a pull request via Github to make these changes?
Chris
***@***.***<https://www.ipc.org/>
***@***.***<https://www.ipc.org/facebook> ***@***.*** <https://www.ipc.org/twitter> ***@***.*** <https://www.ipc.org/youtube> ***@***.*** <https://www.ipc.org/linkedin> ***@***.*** <https://www.instagram.com/ipcassociation/>
Chris Jorgensen | Director, Technology Transfer (He/Him/His)
IPC
***@***.*** 3000 Lakeside Drive, Suite 105 N, Bannockburn, IL 60015
***@***.*** +1 847 597-2826
***@***.*** +1 773 771-9411
***@***.*** ***@***.******@***.***>
***@***.*** www.ipc.org<http://www.ipc.org/>
From: T. Langhorst ***@***.***>
Sent: Wednesday, January 8, 2025 7:38 AM
To: IPCConnectedFactoryExchange/CFX ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [IPCConnectedFactoryExchange/CFX] Modernized nuget package and unified CFX project targets (PR #223)
I can't get the units tests to work, but that doesn't seem to be an issue with the build or project changes, but rather the test setup itself.
With the PR the package should be publishable using:
dotnet pack ./CFX/CFX.csproj
dotnet push ./CFX/CFX.csproj
—
Reply to this email directly, view it on GitHub<#223 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALWUHAY32YXRKUE37QI4VBL2JUS2RAVCNFSM6AAAAABUZ4X77KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZXGY4TEMZXG4>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.******@***.***>>
|
Already have, you replied to the GitHub notification of the Pull Request |
Prerequisite for fix of #222
This unifies .NET, .NET Standard and .NET Framework into a single package, should generate the correct source link metadata and includes documentation for all targets.
I also removed
CFXnet46.csproj.bak
,CFX_JSON_Examples.txt
andContent Layout.content
as it seems someone intended them to be removed, but only removed them from Visual Studio, leaving the actual files there.