-
Notifications
You must be signed in to change notification settings - Fork 1
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
Refactor all flickr entities #34
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LineOfC0d3
reviewed
Jun 7, 2023
Fixed docs formatting
fixed typos in "authenticated"
LineOfC0d3
reviewed
Jun 7, 2023
LineOfC0d3
reviewed
Jun 7, 2023
Changed absolute path (local) to relative path
LineOfC0d3
reviewed
Jun 7, 2023
st0o0
added a commit
that referenced
this pull request
Nov 23, 2023
* Update cd.yml * Update cd.yml (#30) * Update cd.yml * Update cd.yml * add azure-pipeline * Update dependency Microsoft.NET.Test.Sdk to v17.6.1 (#33) * Update dependency Microsoft.NET.Test.Sdk to v17.6.1 * Update ci.yml for Azure Pipelines --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jan <[email protected]> * Refactor all flickr entities (#34) * refactor all flickr entities * update * implementation interface idea * update * remove all apikey * update * update * update * update * update Flickr.cs * add settings classes * add doc generator idea and add xml docs * Update Blog.cs Fixed docs formatting * Update Contact.cs fixed typos in "authenticated" * fixed misaligned comment tags * Update Flickr.Net.Core.csproj Changed absolute path (local) to relative path --------- Co-authored-by: Jan Schloots <[email protected]> Co-authored-by: Dominik <[email protected]> * Update dependency Microsoft.NET.Test.Sdk to v17.6.2 (#35) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Add docs site (#37) add doc publish workflow Co-authored-by: Jan Schloots <[email protected]> * Create docfx-build-publish.yml * Add doc folder update Co-authored-by: Jan Schloots <[email protected]> * Update docfx-build-publish.yml (#42) * Update actions/checkout action to v3 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update crazy-max/ghaction-chocolatey action to v2 (#44) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update actions/setup-dotnet action to v3 * Update crazy-max/ghaction-chocolatey action to v2 (#44) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update actions/setup-dotnet action to v3 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Create codeql.yml * Update issue templates * Create CODE_OF_CONDUCT.md * fix old issues and bugs * update * more refactor * update and good night * little changes * update * add dev container * update * PlaceId and WoeId solution (#52) * add WoeId and PlaceId structs * refactor more * add implicit operator * Update release-pipeline.yml for Azure Pipelines (#53) * Update release-pipeline.yml for Azure Pipelines (#54) * Update release-pipeline.yml for Azure Pipelines (#55) * Update release-pipeline.yml for Azure Pipelines * Update release-pipeline.yml for Azure Pipelines * Code Cleanup (#56) * code cleanup * remove Directory.Build.props * Update dependency Microsoft.NET.Test.Sdk to v17.6.3 (#60) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency xunit.runner.visualstudio to v2.5.0 (#62) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency xunit to v2.5.0 (#61) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Full revision of Entities & json support (#58) * update update HttpRequestMessage update add Attribute idea * rebase * add LineOfC0d3 to CodeOwners * Json Support (#59) * first json objects test * And more json tests * update * and more json entities * add more more more * code cleanup * update * add more json entities * update * Update * update * update * refactor all enums * update * update * ready for review * update * little code cleanup * add LineOfC0d3 to code owners * remove LineOfC0d3 from CodeOwners * cleanup: removed todo and commented out code --------- Co-authored-by: Dominik <[email protected]> * update * update * update * update * update * update * update * update * Move new entities (#63) KEKW * KEKW --------- Co-authored-by: Dominik <[email protected]> * Add Url Extensions (#64) * KEKW * little changes * last changes * last last changes * update Copyrights * Update dependency Microsoft.NET.Test.Sdk to v17.7.0 (#66) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency Microsoft.NET.Test.Sdk to v17.7.1 (#67) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency Microsoft.NET.Test.Sdk to v17.7.2 (#69) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update actions/checkout action to v4 (#71) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update crazy-max/ghaction-chocolatey action to v3 (#72) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update xunit-dotnet monorepo to v2.5.1 (#73) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update xunit-dotnet monorepo (#74) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency Microsoft.NET.Test.Sdk to v17.8.0 (#76) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update xunit-dotnet monorepo (#75) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Feature/net8 remove newtonsoft (#77) * use streaming deserialize * code cleanup * update * remove unused usings * �FlickrConvert: changed to System.Text.JSON * fixed not working: WithAddedModifier, updated references * FlickrConvert: getting DeclaringType using reflection * added IdentifierConverters * Add dotnet preview in devcontainer * FlickrConvert: fixed properties not being assigned * changed JsonProperty to JsonPropertyName * updated converters * FlickrResult: replaced JToken with JsonElement * added CustomJsonStringEnumConverter * removed GenericJsonPropertyNameContractResolver * update devcontainer.json * update devcontainer Signed-off-by: GitHub <[email protected]> * revert update devcontainer Signed-off-by: GitHub <[email protected]> * idk * KEKW @st0o0 * Update devcontainer.json * Update devcontainer.json * update * update * it's working again 💌 * little fix and improvements * refactor and update * update dotnet sdk version * fix pipeline * update IncludePreview to false * litte cleanup * code cleanup * fix naming * update nuget dependencies --------- Signed-off-by: GitHub <[email protected]> Co-authored-by: Dominik <[email protected]> --------- Signed-off-by: GitHub <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jan Schloots <[email protected]> Co-authored-by: Dominik <[email protected]> Co-authored-by: Dominik <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.