05.08.2019 - 09.08.2019 arası işler
Hata - How to suppress InMemoryEventId.TransactionIgnoredWarning when unit testing with in-memory database with transactions? Link public MyDbContext GetContextWithInMemoryDb() { var options = new DbContextOptionsBuilder<MyDbContext>() .UseInMemoryDatabase(Guid.NewGuid().ToString()) // don't raise the error warning us that the in memory db doesn't support transactions .ConfigureWarnings(x => x.Ignore(InMemoryEventId.TransactionIgnoredWarning)) .Options; return new MyDbContext(options); } Asp.net core projenizi linux makina üzerinde yayınlamak ve servis olarak çalıştırmak için takip etmeniz gereken yöntemler Link systemctl kullanma Link - Moq kütüphanesi ile test ederken bir fonksiyonun çağırılıp çağırılmadığını kontrol etmek için bu şekilde bir test yazılabilir. Link Link Moq kütüphanesi Link - Test yazarken google recaptha ile kodunuzu test etmek isterseniz bu sayfadan google'ın test a...