Files
BeWoPlaner/Server/Components
Rene Evertz e7bd571bb0 Merge branch 'master' into feature_rene_18_ai
# Conflicts:
#	AiCoreUnitTest/AiCoreUnitTest.csproj
#	BeWo/BeWoApp.xaml.cs
#	BeWo/View/Controls/AI/AiPromptbausteinLibraryControl.xaml
#	Server/Components/AICore/AICore.csproj
#	Server/Components/AICore/Prompt/AiSystemPromptFactory.cs
#	Server/Components/AICore/Prompt/SystemPrompts/AiConversationSystemPromptBuilder.cs
#	Server/Components/AICore/Prompt/SystemPrompts/AiFunctionSystemPromptBuilder.cs
#	Server/Components/AICore/Prompt/SystemPrompts/Builder/BaseSystemPromptBuilder.cs
#	Server/Components/AICore/Prompt/SystemPrompts/Builder/ServiceRecordPromptBuilder.cs
#	Server/Components/AICore/packages.config
#	Server/Components/ServerUtils/Core/MailUtils.cs
#	Service/Plugins/AiService2.cs
#	Service/Service.csproj
#	Service/ServiceBehavior/JsonError/JsonErrorHandler.cs
#	Service/ServiceBehavior/WCFError/WCFErrorHandler.cs
#	Shared/Shared.csproj
2026-08-10 10:23:56 +02:00
..
2025-10-22 11:35:49 +02:00

Projekte der Component haben die Idee, dass sie nur Shared referenzieren.
Component sind etwa das Shared für Server.

Vorteil:
- Component können von jedem Server Projekt verwendet werden
- Component bietet Basis Funktionalitäten (ConfigReader, ApiRequests)

FAQ:
Wieso nicht in Shared? 
Components können Server Version haben (4.7.2) und sind nicht vom Client limitiert.