Skip to content

v1.4.5

Compare
Choose a tag to compare
@devpro devpro released this 17 Jan 08:47
· 4 commits to master since this release
2eeaf1c

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 from RemoteWebDriver to IWebDriver
  • 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