This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
autogen
Watch
1
Star
0
Fork
0
You've already forked autogen
mirror of
https://github.com/microsoft/autogen.git
synced
2025-08-15 12:11:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
autogen
/
dotnet
/
src
/
Microsoft.AutoGen
/
Abstractions
/
IHandle.cs
7 lines
100 B
C#
Raw
Normal View
History
Unescape
Escape
refactoring the dotnet folder and namespace structure for better long term maintenance and clarity #3809 (#3810) closes #3809 - refactor .NET code foldersand namespaces for better clarity and maintainability
2024-10-16 20:09:39 -07:00
namespace
Microsoft.AutoGen.Abstractions
;
Dotnet - core framework rework (rebased) (#511) * dotnet rework * add dotnet workload update to startup * fix build * interim fixup * this is the stuff that was missing * renaming the .net classes * more build fixup * port dev-team sample WIP * add proto messages and IHandle to agents * add github variables * remove OAgents gh-flow * remove OAgents library * add .vs to gitignore --------- Co-authored-by: Kosta Petan <kostapetan@gmail.com> Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
2024-09-17 09:01:49 -04:00
public
interface
IHandle
<
T
>
{
Task
Handle
(
T
item
)
;
Fix dotnet test and reformat dotnet code (#3603) * fix test * install aspire workload * format * fix build error * fix format * format
2024-10-02 11:42:27 -07:00
}
Reference in New Issue
Copy Permalink