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

cucumber-messages-dotnet: Set Target Framework to net45 and netstandard2.0 #608

Merged
merged 15 commits into from May 7, 2019
Merged

cucumber-messages-dotnet: Set Target Framework to net45 and netstandard2.0 #608

merged 15 commits into from May 7, 2019

Conversation

david1995
Copy link
Contributor

@david1995 david1995 commented May 6, 2019

Summary

Set the target framework to net45 and netstandard2.0 for cucumber-messages for .NET.
In addition, generating the Protobuf code-behind file is now integrated into MSBuild.

Details

Replace existing .gitignore with Visual Studio .gitignore
Add Grpc.Tools package to Cucumber.Messages
Generate Messages.cs via MSBuild to enable development under Windows
Set Target Frameworks to net45;netstandard2.0 in Cucumber.Messages

Motivation and Context

Support for Cucumber messages when using .NET 4.5 or .NET Standard 2.0

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to not work as expected).

Checklist:

  • I've added tests for my code.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@SabotageAndi SabotageAndi merged commit 99dc103 into cucumber:cucumber-messages-dotnet May 7, 2019
@aslakhellesoy
Copy link
Contributor

Hi @david1995,

Thanks for your making your first contribution to Cucumber, and welcome to the Cucumber committers team! You can now push directly to this repo and all other repos under the cucumber organization! 🍾

In return for this generous offer we hope you will:

  • ✅ Continue to use branches and pull requests. When someone on the core team approves a pull request (yours or someone else's), you're welcome to merge it yourself.
  • 💚 Commit to setting a good example by following and upholding our code of conduct in your interactions with other collaborators and users.
  • 💬 Join the community Slack channel to meet the rest of the team and make yourself at home.
  • ℹ️ Don't feel obliged to help, just do what you can if you have the time and the energy.
  • 🙋 Ask if you need anything. We're looking for feedback about how to make the project more welcoming, so please tell us!

On behalf of the Cucumber core team,
Aslak Hellesøy
Creator of Cucumber

SabotageAndi pushed a commit that referenced this pull request May 7, 2019
…rd2.0 (#608)

* improve gitignore

* update solution

* update packages

* update target frameworks

* use Grpc.Tools for generating Protobuf code files

* remove generation of Messages.cs from makefile

* add netfx.props

* move messages.proto into Cucumber.Messages

* add directory.build.props

* update Cucumber.Messages project file

* update solution file

* update Grpc.Tools package

* update default.mk

* add .travis.yml file

* move messages.proto in root directory again
SabotageAndi pushed a commit that referenced this pull request Jun 14, 2019
…rd2.0 (#608)

* improve gitignore

* update solution

* update packages

* update target frameworks

* use Grpc.Tools for generating Protobuf code files

* remove generation of Messages.cs from makefile

* add netfx.props

* move messages.proto into Cucumber.Messages

* add directory.build.props

* update Cucumber.Messages project file

* update solution file

* update Grpc.Tools package

* update default.mk

* add .travis.yml file

* move messages.proto in root directory again
@lock
Copy link

lock bot commented May 6, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators May 6, 2020
@david1995 david1995 deleted the cucumber-messages-dotnet branch July 26, 2020 07:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants