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 #95

Closed
wants to merge 35 commits into from
Closed

Develop into master #95

wants to merge 35 commits into from

Conversation

Sergio1192
Copy link
Collaborator

No description provided.

Sergio1192 and others added 30 commits August 2, 2022 10:40
Tests to check abstract and virtual methods
* Action convection name
…er explicit conversion for floats (#84)

Create random ParamWithSeveralTypes
More tests
* Add net7.0 Target Version
Update nugets

* add net 7 in workflows

* update global.json

* remove extra builds ci.yml
Tests for HttpResponseMessageExtensions
* Allow IFormFile
Refactor IncludeContentAsFormUrlEncoded
Remove Newtonsoft.Json dependecy

* Update documentation

* Refactor GivenFile
Sergio1192 added 3 commits May 3, 2024 11:27
* 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
return Ok();
}
[HttpDelete("~/delete1/{index}")]
public IActionResult Delete1(int index)

Check failure

Code scanning / CodeQL

Missing function level access control High test

This action is missing an authorization check.
return Ok();
}
[HttpDelete("~/delete2/{index}")]
public IActionResult Delete2(int index, Pagination pagination)

Check failure

Code scanning / CodeQL

Missing function level access control High test

This action is missing an authorization check.
return Ok();
}
[Route("~/delete3/{index}"), HttpDelete]
public IActionResult Delete3(int index, Pagination pagination)

Check failure

Code scanning / CodeQL

Missing function level access control High test

This action is missing an authorization check.
@Sergio1192 Sergio1192 changed the title Develop Develop into master May 14, 2024
@Sergio1192 Sergio1192 closed this May 14, 2024
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.

1 participant