Ivaylo Kenov

Results 225 issues of Ivaylo Kenov

Update the tutorial with all the latest features: - Pipeline testing - Global test data - Free licensing

feature

Implement a plugin to use SQL Lite instead of the default in-memory database.

feature

If you call `db.Update(entity)` the test throws an error, which should not happen. After the `Arrange` phase, the framework should clean the `DbContext` change tracker.

bug

**Project files** In this project, I am using IMemoryCache, and pipeline tests are not passing: https://github.com/ivaylokenov/ASP.NET-Core-Project-Car-Renting-System **Expected behavior** Memory cache tests to pass successfully. **Environment:** - OS: Windows - ASP.NET...

bug

For example - in the Universe package these should be referenced: - [ ] Authentication - [ ] Caching - [ ] EntityFrameworkCore - [ ] Session - [ ]...

enhancement

The plugins folder should have all packages that are not included in the ASP.NET Core bundle by default - versioning, Razor runtime compilation, Entity Framework Core, etc. The Universe package...

enhancement

The tutorial should reflect the routing and the pipeline testing change - the difference between the execution of the filters.

docs

All current samples are using Views. API should be added.

feature

It should be based on the MVC options. It should provide `.WithEndpoints` method after the `StartsFrom` call.

feature