Gecko
Gecko
CC#
Created by Gecko on 2/14/2024 in #help
405 Method Not Allowed
I have no idea why, but just unsetting my startup project and setting it again fixed it
20 replies
CC#
Created by Gecko on 2/14/2024 in #help
405 Method Not Allowed
That is the problem. My teammates don't have those errors
20 replies
CC#
Created by Gecko on 2/14/2024 in #help
405 Method Not Allowed
Maybe this has something to do with it
20 replies
CC#
Created by Gecko on 2/14/2024 in #help
405 Method Not Allowed
No description
20 replies
CC#
Created by Gecko on 2/14/2024 in #help
405 Method Not Allowed
Yes
20 replies
CC#
Created by Gecko on 2/14/2024 in #help
405 Method Not Allowed
No changes to the code at least. The fact it works fine on my teammates devices means the app itself is in a fine state. The only thing I can think of is something weird going on in chrome? It's a blazor app, so it opens in chrome
20 replies
CC#
Created by Gecko on 2/13/2024 in #help
Run EF Migrations in Azure SQL Database
💀💀
13 replies
CC#
Created by Gecko on 2/13/2024 in #help
Run EF Migrations in Azure SQL Database
I'm 100% my userid and password was right though
13 replies
CC#
Created by Gecko on 2/13/2024 in #help
Run EF Migrations in Azure SQL Database
Yep, took forever, but just got that error
13 replies
CC#
Created by Gecko on 2/13/2024 in #help
Run EF Migrations in Azure SQL Database
Microsoft.Data.SqlClient.SqlException (0x80131904): Login failed for user 'coldevelopment'.
13 replies
CC#
Created by Gecko on 2/13/2024 in #help
Run EF Migrations in Azure SQL Database
So I do what the docs say, but it just says "Build succeeded" then stalls. And the build hasn't actually succedded, when I check the db it has none of the tables from the migration
13 replies
CC#
Created by Gecko on 2/13/2024 in #help
Run EF Migrations in Azure SQL Database
No description
13 replies
CC#
Created by Gecko on 2/13/2024 in #help
Run EF Migrations in Azure SQL Database
When I use ef tools in VS locally, it only applies my migrations to my local db. How do I target the app on azure?
13 replies
CC#
Created by Gecko on 2/9/2024 in #help
405 Method Not Allowed
c#

[HttpPost, Authorize]
public async Task<ActionResult<Response<int>>> AddPermit<T>(T permit) where T : PermitDetails
{
var result = await _permitManager.AddPermit<T>(permit);
if (result.Success)
{
return Ok(result);
}
else
{
return new ConflictObjectResult(result);
}

}
c#

[HttpPost, Authorize]
public async Task<ActionResult<Response<int>>> AddPermit<T>(T permit) where T : PermitDetails
{
var result = await _permitManager.AddPermit<T>(permit);
if (result.Success)
{
return Ok(result);
}
else
{
return new ConflictObjectResult(result);
}

}
8 replies
CC#
Created by Gecko on 11/16/2023 in #help
Pulling in Master Erases things from my Branch without even Making a Merge Conflict
I do not
32 replies
CC#
Created by Gecko on 11/16/2023 in #help
Pulling in Master Erases things from my Branch without even Making a Merge Conflict
And then maybe I could put CL-33-Add-Authentication-Redo into that one?
32 replies
CC#
Created by Gecko on 11/16/2023 in #help
Pulling in Master Erases things from my Branch without even Making a Merge Conflict
I'm wondering if I should just revert my revert? Wouldn't that get me a branch with all the commits in place?
32 replies
CC#
Created by Gecko on 11/16/2023 in #help
Pulling in Master Erases things from my Branch without even Making a Merge Conflict
Much love Mayor McCheese, thank you for your help
32 replies
CC#
Created by Gecko on 11/16/2023 in #help
Pulling in Master Erases things from my Branch without even Making a Merge Conflict
No description
32 replies
CC#
Created by Gecko on 11/16/2023 in #help
Pulling in Master Erases things from my Branch without even Making a Merge Conflict
No description
32 replies