mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-11 22:14:58 -05:00
[.Net] update dotnet-ci and dotnet-release to use 8.0.x version when setting up .NET. And enable format check (#3136)
* use 8.0.x versin * enable format check * change file header * apply code format * add instructions in ci to fix format error * add comment back
This commit is contained in:
@@ -225,7 +225,9 @@ public partial class Example07_Dynamic_GroupChat_Calculate_Fibonacci
|
||||
long the39thFibonacciNumber = 63245986;
|
||||
var workDir = Path.Combine(Path.GetTempPath(), "InteractiveService");
|
||||
if (!Directory.Exists(workDir))
|
||||
{
|
||||
Directory.CreateDirectory(workDir);
|
||||
}
|
||||
|
||||
using var service = new InteractiveService(workDir);
|
||||
var dotnetInteractiveFunctions = new DotnetInteractiveFunction(service);
|
||||
@@ -329,7 +331,9 @@ public partial class Example07_Dynamic_GroupChat_Calculate_Fibonacci
|
||||
long the39thFibonacciNumber = 63245986;
|
||||
var workDir = Path.Combine(Path.GetTempPath(), "InteractiveService");
|
||||
if (!Directory.Exists(workDir))
|
||||
{
|
||||
Directory.CreateDirectory(workDir);
|
||||
}
|
||||
|
||||
using var service = new InteractiveService(workDir);
|
||||
var dotnetInteractiveFunctions = new DotnetInteractiveFunction(service);
|
||||
|
||||
Reference in New Issue
Block a user