WarningShoot
WarningShoot
CC#
Created by WarningShoot on 7/10/2024 in #help
Appium error
Bump
2 replies
CC#
Created by WarningShoot on 5/15/2024 in #help
Creating pipeline with selenium specflow
Well maybe I described it wrong. I want to do UI tests using selenium. I do not want test selenium
4 replies
CC#
Created by WarningShoot on 10/19/2023 in #help
❔ Ef core relations
Big thanks for you ❤️
26 replies
CC#
Created by WarningShoot on 10/19/2023 in #help
❔ Ef core relations
could you tell me how to do it with select?
26 replies
CC#
Created by WarningShoot on 10/19/2023 in #help
❔ Ef core relations
okay thanks ❤️
26 replies
CC#
Created by WarningShoot on 10/19/2023 in #help
❔ Ef core relations
hmm maybe idk
26 replies
CC#
Created by WarningShoot on 10/19/2023 in #help
❔ Ef core relations
yea i get it but i done it before and i didnt have to use Include()
26 replies
CC#
Created by WarningShoot on 10/19/2023 in #help
❔ Ef core relations
i cant do that because options is null
26 replies
CC#
Created by WarningShoot on 10/19/2023 in #help
❔ Ef core relations
var requestedQuestionnaire = _context.Questionnaires
.FirstOrDefault(x => x.Id == Id);

foreach(var option in requestedQuestionnaire.Options)
{
// do some stuff
}
var requestedQuestionnaire = _context.Questionnaires
.FirstOrDefault(x => x.Id == Id);

foreach(var option in requestedQuestionnaire.Options)
{
// do some stuff
}
26 replies
CC#
Created by WarningShoot on 10/19/2023 in #help
❔ Ef core relations
i would like to do something like this
26 replies
CC#
Created by WarningShoot on 10/19/2023 in #help
❔ Ef core relations
i think u didnt understand me. ```cs
26 replies
CC#
Created by WarningShoot on 10/19/2023 in #help
❔ Ef core relations
but i think its really bad if i need to do this
26 replies
CC#
Created by WarningShoot on 10/19/2023 in #help
❔ Ef core relations
No description
26 replies
CC#
Created by WarningShoot on 10/19/2023 in #help
❔ Ef core relations
it works when i do something like this
26 replies
CC#
Created by WarningShoot on 9/4/2023 in #help
❔ Docker.DotNet nuget help
.
10 replies
CC#
Created by WarningShoot on 7/11/2023 in #help
❔ Linking folder from one project to another
8 replies
CC#
Created by WarningShoot on 7/11/2023 in #help
❔ Linking folder from one project to another
i did something like this and it works perfectly but i cant create and copy new files to this linked folder
8 replies
CC#
Created by WarningShoot on 7/11/2023 in #help
❔ Linking folder from one project to another
<ItemGroup>
<None Include="E:\Praca\D_BaseTests\TestProject2\Assets\Scripts\*.cs">
<Link>TestFolder\%(RecursiveDir)%(FileName)%(Extension)</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="E:\Praca\D_BaseTests\TestProject2\Assets\Scripts\*.cs">
<Link>TestFolder\%(RecursiveDir)%(FileName)%(Extension)</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
8 replies