Releases: devpro/withywoods
Releases · devpro/withywoods
v1.5.2
v1.5.1
v1.5.0
Version 1.5.0
Breaking changes
Withywoods.Selenium.SeleniumTestBase
- Use
WebApplicationFactoryFixture
instead ofLocalServerFactory
Changelog since v1.4.5
Feature requests
- #286 Chrome Driver update to 101 version
- #284 Upgrade .NET projects to .NET 6
- NuGet updates (May 15, 2022)
Thanks
- @paul-hammant for the feedback and review 🙏
v1.4.5
Version 1.4.5
Update
dotnet add package Withywoods.AspNetCore --version 1.4.5
dotnet add package Withywoods.Configuration --version 1.4.5
dotnet add package Withywoods.Dal.MongoDb --version 1.4.5
dotnet add package Withywoods.Net.Http --version 1.4.5
dotnet add package Withywoods.RabbitMq --version 1.4.5
dotnet add package Withywoods.Serialization --version 1.4.5
dotnet add package Withywoods.Selenium --version 1.4.5
dotnet add package Withywoods.System --version 1.4.5
dotnet add package Withywoods.UnitTesting --version 1.4.5
dotnet add package Withywoods.WebTesting --version 1.4.5
Breaking changes
Withywoods.Selenium.SeleniumTestBase
WebDriver
property class changed fromRemoteWebDriver
toIWebDriver
- Action required on methods, for example
WebDriver.FindElementByClassName("title")
->WebDriver.FindElement(By.ClassName("title"))
Changelog since v1.4.4
Feature requests
- NuGet updates (January 17, 2022)
- AutoMapper: 11.0.0
- FluentAssertions: 6.3.0
- Microsoft.AspNetCore.Mvc.Testing: 5.0.13
- Microsoft.EntityFrameworkCore: 5.0.13
- Microsoft.EntityFrameworkCore.InMemory: 5.0.13
- Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore: 5.0.13
- MongoDB.Bson: 2.14.1
- MongoDB.Driver: 2.14.1
- MongoDB.Driver.Core: 2.14.1
- Selenium.WebDriver.ChromeDriver: 97.0.4692.7100
v1.4.4
Version 1.4.4
Update
dotnet add package Withywoods.AspNetCore --version 1.4.4
dotnet add package Withywoods.Configuration --version 1.4.4
dotnet add package Withywoods.Dal.MongoDb --version 1.4.4
dotnet add package Withywoods.Net.Http --version 1.4.4
dotnet add package Withywoods.RabbitMq --version 1.4.4
dotnet add package Withywoods.Serialization --version 1.4.4
dotnet add package Withywoods.Selenium --version 1.4.4
dotnet add package Withywoods.System --version 1.4.4
dotnet add package Withywoods.UnitTesting --version 1.4.4
dotnet add package Withywoods.WebTesting --version 1.4.4
Changelog since v1.4.3
Feature requests
- NuGet updates (September 27, 2021)
- Microsoft.EntityFrameworkCore: 5.0.10
- Microsoft.EntityFrameworkCore.InMemory: 5.0.10
- Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore: 5.0.10
- Microsoft.VisualStudio.Azure.Containers.Tools.Targets: 1.11.1
- Swashbuckle.AspNetCore.Swagger: 6.2.2
- Swashbuckle.AspNetCore: 6.2.2
- MongoDB.Bson: 2.13.1
- MongoDB.Driver: 2.13.1
- MongoDB.Driver.Core: 2.13.1
- RabbitMQ.Client: 6.2.2
- FluentAssertions: 6.1.0
- Selenium.WebDriver.ChromeDriver: 93.0.4577.6300
- Microsoft.Extensions.DependencyInjection: 5.0.2
- coverlet.collector: 3.1.0
- Microsoft.NET.Test.Sdk: 16.11.0
- Microsoft.AspNetCore.Mvc.Testing: 5.0.10