-
https://tkit.dev/2020/03/07/accessing-localhost-net-core-webapi-from-a-docker-container/
-
When calling the API -
```
[AllowAnonymous]
[HttpPost("register")]
public IActionResult Register([FromBody]UserDto userDto)
{
//map dto to entity
…
-
### Summary
In the testing environment, it gives below errors,
{
"message": "The consumer isn't authorized to access %resources.",
"parameters": {
"resources": "Magento_Sale…
-
### JDBC connection error of broadsea with broadsea-atlasDB due to JDBC connection error code: 99999, java.lang.IllegalArgumentException: Prohibited character
On broadsea installation using step p…
-
**Description**
When I try "client.get_product_info(apps=[app_id], timeout=1)" I get an timeout. Of course before I initialize and login the Client and login anonymously with
```
client = SteamClie…
-
**Describe the bug**
We are using self hosted macos machines for our Github actions. It was working fine till yesterday but its suddenly getting disconnected and going to offline. And when I check …
-
Doesn't seem to generate WebapiProxies for WebApi running on ASP.Net Core 1.0?
Does it support ASP.Net Core 1.0 now?
-
### Expected behavior
We should see only periodic queries against the WebAPI DB for job execution status.
### Actual behavior
When logging is enabled, we see a constant barrage of `SELECT JOB_EXE…
-
Following up from @Pankraty's [comment on ClosedXML/#1283](https://github.com/ClosedXML/ClosedXML/issues/1283#issuecomment-526469962)... Looking at the different ClosedXML extensions, it seems [`Close…
-
I have a build with a couple of slow optional steps. When I insert the task (using secure file) after the slow steps (takes about 30 minutes), the sign task fails consistently in most cases (of cours…