typechat.net icon indicating copy to clipboard operation
typechat.net copied to clipboard

Results 24 typechat.net issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.SemanticKernel](https://github.com/microsoft/semantic-kernel) and [System.Text.Json](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.SemanticKernel` from 1.2.0 to 1.7.1 Release notes Sourced from Microsoft.SemanticKernel's releases. dotnet-1.7.1 Changes: 760f0f81b959292cd25542d0d4297d244631387c .Net: Bump version to...

dependencies

use LanguageModel to replace ChatLanguageModel

https://github.com/microsoft/typechat.net/blob/main/README.md #PingMSFTDocs

Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 4.8.0 to 4.9.2. Release notes Sourced from Microsoft.CodeAnalysis.CSharp's releases. .NET 6.0.1 Release .NET 5.0.4 Release .NET 5.0.2 Release Notes Install Instructions Repos Core Changelog Sourced from Microsoft.CodeAnalysis.CSharp's...

dependencies

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.4 to 2.5.7. Commits 8f27031 v2.5.7 7226c5a Updated build process 1f5a062 Report configuration warnings per xunit/xunit#1655 2148496 Latest dependencies 41a6eca Force file copy during package creation 8f77293...

dependencies

Bumps [xunit](https://github.com/xunit/xunit) from 2.6.2 to 2.7.0. Commits d806fa1 v2.7.0 13bb60b #2872: Expand special handling for sets in Assert.Contains/DoesNotContain (v2) 203b4d9 Update to use the common build system (#2883) a4f585b Remove...

dependencies

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.8.0 to 17.9.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.9.0 What's Changed Remove dependency on Nuget.Frameworks by @​nohwnd in microsoft/vstest#4693 Add platform guard by @​dotMorten in microsoft/vstest#4737...

dependencies

Updating to latest style guidelines - Newline between methods, properties, and after each closing brace `}` - Adding visibility modifiers to all members - Eliminating private member vars when a...