maqs-dotnet icon indicating copy to clipboard operation
maqs-dotnet copied to clipboard

Cognizant Softvision's modular automation quick start

Results 41 maqs-dotnet issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps Titanium.Web.Proxy from 3.1.1450 to 3.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Titanium.Web.Proxy&package-manager=nuget&previous-version=3.1.1450&new-version=3.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

Bumps [System.Text.Encoding.CodePages](https://github.com/dotnet/runtime) from 6.0.0 to 7.0.0. Release notes Sourced from System.Text.Encoding.CodePages's releases. .NET 7.0 RC 2 Release .NET 7.0 RC 1 Release .NET 7.0 Preview 7 Release .NET 7.0 Preview...

Bumps [Microsoft.Extensions.Configuration.EnvironmentVariables](https://github.com/dotnet/runtime) from 6.0.1 to 7.0.0. Release notes Sourced from Microsoft.Extensions.Configuration.EnvironmentVariables's releases. .NET 7.0 RC 2 Release .NET 7.0 RC 1 Release .NET 7.0 Preview 7 Release .NET 7.0 Preview...

Bumps [Microsoft.Extensions.Configuration.Abstractions](https://github.com/dotnet/runtime) from 6.0.0 to 7.0.0. Release notes Sourced from Microsoft.Extensions.Configuration.Abstractions's releases. .NET 7.0 RC 2 Release .NET 7.0 RC 1 Release .NET 7.0 Preview 7 Release .NET 7.0 Preview...

Bumps [Microsoft.Extensions.Configuration.UserSecrets](https://github.com/dotnet/runtime) from 6.0.1 to 7.0.0. Release notes Sourced from Microsoft.Extensions.Configuration.UserSecrets's releases. .NET 7.0 RC 2 Release .NET 7.0 RC 1 Release .NET 7.0 Preview 7 Release .NET 7.0 Preview...

Bumps [System.Configuration.ConfigurationManager](https://github.com/dotnet/runtime) from 6.0.1 to 7.0.0. Release notes Sourced from System.Configuration.ConfigurationManager's releases. .NET 7.0 RC 2 Release .NET 7.0 RC 1 Release .NET 7.0 Preview 7 Release .NET 7.0 Preview...

Bumps [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime) from 6.0.0 to 7.0.0. Release notes Sourced from Microsoft.Extensions.Configuration.Json's releases. .NET 7.0 RC 2 Release .NET 7.0 RC 1 Release .NET 7.0 Preview 7 Release .NET 7.0 Preview...

From https://learn.microsoft.com/en-us/sql/connect/ado-net/introduction-microsoft-data-sqlclient-namespace?view=sql-server-ver16 > The Microsoft.Data.SqlClient namespace is essentially a new version of the System.Data.SqlClient namespace. Microsoft.Data.SqlClient generally maintains the same API and backwards compatibility with System.Data.SqlClient This would give us...

I tried following directions in the documentation to install the templates and get this error. All I did was install the [latest .NET SDK](https://dotnet.microsoft.com/en-us/download) and then run the command in...

Existing implementation to workaround the issue. ``` // Take care of null and missing values encountered during deserialization var settings = new JsonSerializerSettings { NullValueHandling = NullValueHandling.Ignore, MissingMemberHandling = MissingMemberHandling.Ignore...

enhancement