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

Upgrade to JCOBridge 2.4.* and .NET 6 #61

Closed
mariomastrodicasa opened this issue Nov 14, 2021 · 7 comments · Fixed by #62, #72, #73 or #85
Closed

Upgrade to JCOBridge 2.4.* and .NET 6 #61

mariomastrodicasa opened this issue Nov 14, 2021 · 7 comments · Fixed by #62, #72, #73 or #85
Assignees
Labels
enhancement New feature or request

Comments

@mariomastrodicasa
Copy link
Contributor

Is your feature request related to a problem? Please describe.
.NET 6 GA release is now available. JCOReflector shall be upgraded to the latest release.

Describe the solution you'd like
JCOReflector needs to accept .NET 6 as target framework, this implies to upgrade JCOBridge to the latest version.

Describe alternatives you've considered
N/A

Additional context
N/A

@mariomastrodicasa mariomastrodicasa added the enhancement New feature or request label Nov 14, 2021
@mariomastrodicasa mariomastrodicasa self-assigned this Nov 14, 2021
mariomastrodicasa pushed a commit that referenced this issue Nov 15, 2021
* #61: update projects and repo to accept .NET 6

* #61: general upgrade of workflow for .NET 6 (only Windows-2022 server accepts .NET 6)

* #61: Updates on README.md, CONTRIBUTING.md
@masesdevelopers
Copy link
Contributor

masesdevelopers commented Nov 15, 2021

Ubuntu does not support .NET 6 until now. Complete rollout will be possible when .NET 6 will be available on Linux environment otherwise the projects shall be changed and based on the platform: if this approach is acceptable.

@mariomastrodicasa
Copy link
Contributor Author

@masesdevelopers we cannot diverge. Look at actions/runner-images#4424 and, mainly, to actions/runner-images#4424 (comment). We leave this issue open waiting for an update of the Linux machine.

@masesdevelopers masesdevelopers mentioned this issue Nov 15, 2021
9 tasks
masesdevelopers added a commit that referenced this issue Nov 15, 2021
* #61 (#61 (comment)): added download of .NET 6
@masesdevelopers masesdevelopers mentioned this issue Nov 15, 2021
9 tasks
mariomastrodicasa pushed a commit that referenced this issue Nov 15, 2021
* #61 (#61 (comment)): added all .NET frameworks
masesdevelopers added a commit to masesdevelopers/JCOReflector that referenced this issue Nov 15, 2021
@masesdevelopers masesdevelopers mentioned this issue Nov 15, 2021
9 tasks
masesdevelopers added a commit to masesdevelopers/JCOReflector that referenced this issue Nov 15, 2021
@mariomastrodicasa
Copy link
Contributor Author

@masesdevelopers the website was not updated

@mariomastrodicasa
Copy link
Contributor Author

mariomastrodicasa commented Nov 15, 2021

@masesdevelopers you miss the .NET 6 version in the release.yaml file.

@mariomastrodicasa
Copy link
Contributor Author

@masesdevelopers we have the problem of #61 (comment)

masesdevelopers added a commit to masesdevelopers/JCOReflector that referenced this issue Nov 15, 2021
@mariomastrodicasa mariomastrodicasa changed the title Upgrade to JCOBridge 2.4.0 and .NET 6 Upgrade to JCOBridge 2.4.* and .NET 6 Nov 21, 2021
masesdevelopers added a commit to masesdevelopers/JCOReflector that referenced this issue Nov 21, 2021
masesdevelopers added a commit that referenced this issue Nov 21, 2021
* #61: upgrade to JCOBridge 2.4.1

* Version upgrade
masesdevelopers added a commit to masesdevelopers/JCOReflector that referenced this issue Dec 30, 2021
@mariomastrodicasa mariomastrodicasa linked a pull request Dec 30, 2021 that will close this issue
9 tasks
masesdevelopers added a commit to masesdevelopers/JCOReflector that referenced this issue Feb 6, 2022
@masesdevelopers masesdevelopers mentioned this issue Feb 6, 2022
9 tasks
@masesdevelopers masesdevelopers linked a pull request Feb 6, 2022 that will close this issue
9 tasks
masesdevelopers added a commit that referenced this issue Feb 6, 2022
* Update copyright and version

* #61: upgrade to JCOBridge 2.4.6
@mariomastrodicasa
Copy link
Contributor Author

@masesdevelopers add this snippet to the project containing reference on JCOBridge to propagate management of .targets:

	<PackageReference Include="MASES.JCOBridge" Version="2.4.6">
		<IncludeAssets>All</IncludeAssets>
		<PrivateAssets>None</PrivateAssets>
	</PackageReference>

masesdevelopers added a commit to masesdevelopers/JCOReflector that referenced this issue Feb 16, 2022
masesdevelopers added a commit that referenced this issue Feb 25, 2022
* #61 (#61 (comment)): changed behavior of JCOBridge asset management

* Updates on Badges

* Added .gitignore

* Docs changed
masesdevelopers added a commit to masesdevelopers/JCOReflector that referenced this issue Mar 10, 2022
masesdevelopers added a commit that referenced this issue Mar 10, 2022
…247 (#85)

* #61: upgrade JCOBridge and version

* #84: added AvoidDisableInternalNamespace property

* #83: license is available in the package

* Test now runs with a license
masesdevelopers added a commit to masesdevelopers/JCOReflector that referenced this issue Mar 29, 2022
masesdevelopers added a commit that referenced this issue Mar 30, 2022
* #83 (comment)

* #61: update to JCOBridge 2.4.9

* #106: upgrade to .NET Framework 4.6.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment