Block a user
doroboty
W drugim commicie walnołeś błąd składniowy w teście (chyba nie ma to wpływu na budowanie samego projektu)
class When_writing_tests_only_for_debug_because_i_gave_up_on_code_quality
{
private Establish context = () =>
{
var db = new InternshipDbContext(new DbContextOptionsBuilder<InternshipDbContext>()
.UseNpgsql("Host=localhost;Port=5432;Database=postgres;Username=postgres;Password=szwoniu")
.Options);
var e
};
}
One context again
One context again
One context again
get edition info by guid fix + add course info
get edition info by guid fix + add course info
get edition info by guid fix + add course info
SubmitRegistrationForm - fixes
SubmitRegistrationForm - fixes