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

Missing nuget packages for integration projects #62

Merged
merged 28 commits into from
May 7, 2020

Conversation

danielmeza
Copy link
Contributor

As I said in #40 I reorganize the solution to be more devops friendly so:
-Bring solution to the root path

  • Create benchmarks folder and move project
  • Move test projects from src/test to test
  • Reorder projects inside solutions
  • Create global Directory.Build.props to simplify project configuration
  • Create a src Directory.Build.props to put all package data.
  • Craete Directory.Build.props for tests projects and propagate code
    coverage and commons nuget packages.
    -Update azure .ylm pipeline to produce code coverage diagrams and result

ardalis and others added 27 commits June 27, 2019 16:08
Directory.Build.props files to simplify the configuration process
Directory.Build.props
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
error CS5001 on azure pipelines
-Bring solution to the root path
-Create benchmarks folder and move project
-Move test projects from src/test to test
-Reorder projects inside solutions
-Craete Directory.Build.props for tests projects and propagate code
coverage and commons nuget packages.
-Update azure .ylm pipeline to produce code coverage diagrams and result
@danielmeza
Copy link
Contributor Author

@ardalis Check this!
image

@danielmeza danielmeza requested review from ardalis and sdepouw January 15, 2020 20:21
@ankitvijay ankitvijay mentioned this pull request May 7, 2020
@ardalis
Copy link
Owner

ardalis commented May 7, 2020

I'll try and get this merged soon.

@ardalis ardalis merged commit 5207bac into ardalis:master May 7, 2020
@ardalis
Copy link
Owner

ardalis commented May 7, 2020

Thanks and sorry for the delay!

@danielmeza
Copy link
Contributor Author

Shall we update the readme to include the support for all those frameworks?

syedsuhaib pushed a commit to syedsuhaib/SmartEnum that referenced this pull request May 11, 2020
* current progress

* Move test project to solution and create

Directory.Build.props files to simplify the configuration process

* Set up CI with Azure Pipelines

[skip ci]

* Remove redundant PackageId from

Directory.Build.props

* Fix LangVersion property

* Fix unit test project missing source project

references

* Update test project path

* Update azure-pipelines.yml for Azure Pipelines

* Remove duplicate tasks

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Remove Benchmarks from pack process by ading

<GeneratePackageOnBuild>false</GeneratePackageOnBuild>

* Make protram and main method public to avoid

error CS5001 on azure pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Reorder project structure

-Bring solution to the root path
-Create benchmarks folder and move project
-Move test projects from src/test to test
-Reorder projects inside solutions
-Craete Directory.Build.props for tests projects and propagate code
coverage and commons nuget packages.
-Update azure .ylm pipeline to produce code coverage diagrams and result

* Fix solution items

Co-authored-by: Steve Smith <steve@kentsmiths.com>
Co-authored-by: Daniel Meza <dmeza@speedsol.com>
ardalis added a commit that referenced this pull request Feb 2, 2022
* Added SmartFlagEnum Functionality

* Added AutoFixture Support for SmarFlagEnum Type

* SmartFlagEnum 1.0. Serialization and AutoFixture Utilities and UnitTests Complete.

* Return all flags for underlying type MaxValue

When FromValue() is called on a SmartFlagEnum with the corresponding MaxValue of the base tyoe as the value agrument, a list of all defined enum values is returned. This is similar to passing negative one.

* Pulled In Upstream Changes and Resolved Conflicts, Files Moved To New Folder Structure

* Missing nuget packages for integration projects (#62)

* current progress

* Move test project to solution and create

Directory.Build.props files to simplify the configuration process

* Set up CI with Azure Pipelines

[skip ci]

* Remove redundant PackageId from

Directory.Build.props

* Fix LangVersion property

* Fix unit test project missing source project

references

* Update test project path

* Update azure-pipelines.yml for Azure Pipelines

* Remove duplicate tasks

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Remove Benchmarks from pack process by ading

<GeneratePackageOnBuild>false</GeneratePackageOnBuild>

* Make protram and main method public to avoid

error CS5001 on azure pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Reorder project structure

-Bring solution to the root path
-Create benchmarks folder and move project
-Move test projects from src/test to test
-Reorder projects inside solutions
-Craete Directory.Build.props for tests projects and propagate code
coverage and commons nuget packages.
-Update azure .ylm pipeline to produce code coverage diagrams and result

* Fix solution items

Co-authored-by: Steve Smith <steve@kentsmiths.com>
Co-authored-by: Daniel Meza <dmeza@speedsol.com>

* Bump MessagePack from 1.7.3.4 to 1.9.11 in /src/SmartEnum.MessagePack (#68)

Bumps [MessagePack](https://github.com/neuecc/MessagePack-CSharp) from 1.7.3.4 to 1.9.11.
- [Release notes](https://github.com/neuecc/MessagePack-CSharp/releases)
- [Commits](MessagePack-CSharp/MessagePack-CSharp@v1.7.3.4...v1.9.11)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Pulled In Upstream Changes and Resolved Conflicts, Files Moved To New Folder Structure

* Merge branch 'master' into smart-flag-enum

* adding System.Text.Json converters for SmartFlagEnum

Co-authored-by: Steve Smith <steve@kentsmiths.com>
Co-authored-by: AFMHorizon <52022448+AFM-Horizon@users.noreply.github.com>
Co-authored-by: Suhaib <suhaibhasan@gmail.com>
Co-authored-by: Daniel Meza <daniel.meza2011@gmail.com>
Co-authored-by: Daniel Meza <dmeza@speedsol.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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