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

Develop into master #97

Merged
merged 36 commits into from
Jun 11, 2024
Merged

Develop into master #97

merged 36 commits into from
Jun 11, 2024

Commits on Aug 2, 2022

  1. If the method is abstract and virtual is a correct method (#72)

    Tests to check abstract and virtual methods
    Sergio1192 authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    651326a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    f65be9c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Add RemoveQueryParameter extension method (#75)

    Move some tests
    Sergio1192 authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    f817b67 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    c2f870d View commit details
    Browse the repository at this point in the history
  2. Version 3.4.0 (#77)

    Sergio1192 authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    706ab47 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Action convection name (#79)

    * Action convection name
    Sergio1192 authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    387b500 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    d169c53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    994cb8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29ab302 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    99f0c8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    060a58c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    ed138ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a85bb25 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. feature: Get url (#83)

    Sergio1192 authored Mar 19, 2023
    Configuration menu
    Copy the full SHA
    de91f82 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    35fa8de View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. In IncludeContentAsFormUrlEncoded and PrimitiveParameterActionTokeniz…

    …er explicit conversion for floats (#84)
    
    Create random ParamWithSeveralTypes
    More tests
    Sergio1192 authored May 20, 2023
    Configuration menu
    Copy the full SHA
    15ea0b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2563705 View commit details
    Browse the repository at this point in the history
  3. Add new CreateHttpApiRequest with TActionResponse (#85)

    Fix CodeQL alerts
    Test
    Sergio1192 authored May 20, 2023
    Configuration menu
    Copy the full SHA
    e204431 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    026d100 View commit details
    Browse the repository at this point in the history
  5. Add net7.0 Target Version (#86)

    * Add net7.0 Target Version
    Update nugets
    
    * add net 7 in workflows
    
    * update global.json
    
    * remove extra builds ci.yml
    Sergio1192 authored May 20, 2023
    Configuration menu
    Copy the full SHA
    92af8db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec294cc View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. ReadContentAsAsync allows string type (#87)

    Tests for HttpResponseMessageExtensions
    Sergio1192 authored May 21, 2023
    Configuration menu
    Copy the full SHA
    85a2b9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6d41cc View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Allow send a IFormFile (#88)

    * Allow IFormFile
    Refactor IncludeContentAsFormUrlEncoded
    Remove Newtonsoft.Json dependecy
    
    * Update documentation
    
    * Refactor GivenFile
    Sergio1192 authored May 22, 2023
    Configuration menu
    Copy the full SHA
    e18e22f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d035170 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5aa032 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b4e075 View commit details
    Browse the repository at this point in the history
  5. Add DateTimeOffset to IsDateTime function (#91)

    Move TypeExtensions
    Sergio1192 authored May 22, 2023
    Configuration menu
    Copy the full SHA
    2018abc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb8e0f3 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    0f613c2 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Update to Net8 (#92)

    Sergio1192 authored May 3, 2024
    Configuration menu
    Copy the full SHA
    316d22c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Different froms in object (#93)

    * Change to use TestServerArgumentFromType
    
    * fix parameter names order
    
    * Change Tokenizers to use argument instead of parameters
    
    * Fix warnings
    
    * Only apply canBeObjectWithMultipleFroms in Net 8 or greater
    Sergio1192 authored May 13, 2024
    Configuration menu
    Copy the full SHA
    afb09ea View commit details
    Browse the repository at this point in the history
  2. Version 4.0.0 (#94)

    Sergio1192 authored May 13, 2024
    Configuration menu
    Copy the full SHA
    97f4d69 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Merge with master

    Sergio1192 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a4fc44a View commit details
    Browse the repository at this point in the history
  2. Fix IsDateTime (#96)

    Sergio1192 authored May 14, 2024
    Configuration menu
    Copy the full SHA
    d2fef41 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    df4b701 View commit details
    Browse the repository at this point in the history