Skip to content

fix: Fixing build issue #26 #27

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

Merged
merged 19 commits into from
Sep 22, 2021
Merged

fix: Fixing build issue #26 #27

merged 19 commits into from
Sep 22, 2021

Conversation

t1agob
Copy link
Contributor

@t1agob t1agob commented Sep 22, 2021

Issue #, if available: #26

Description of changes:

The build was failing due to a requirement of having .net 5.0 sdk to build projects even though all projects are .net core 3.1 and .net standard. As far as I was able to investigate this is a requirement to use source generators and C# 9.0. This is the reason why it was working on my machine but not on the build pipeline.

Also fixed some tests that were failing after we moved back to Newtonsoft.Json.

Checklist

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@t1agob t1agob linked an issue Sep 22, 2021 that may be closed by this pull request
@t1agob t1agob merged commit 23f7a85 into aws-powertools:develop Sep 22, 2021
@t1agob t1agob added the internal Maintenance changes label Jan 18, 2022
@t1agob t1agob changed the title [fix] Fixing build issue #26 fix: Fixing build issue #26 Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Maintenance changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix github build
1 participant