Yunus Emre Kalkan
d718c2e952
Made RemoveProjectFromSolutionStep work with slnx files
7 months ago
Yunus Emre Kalkan
7dea62de79
Cli: Slnx file support (fix errors)
7 months ago
Yunus Emre Kalkan
9ce0a6bf34
Cli: Slnx file support (initial)
7 months ago
copilot-swe-agent[bot]
e21a776976
Add net10.0 target framework to TickerQ projects
Co-authored-by: maliming <6908465+maliming@users.noreply.github.com>
7 months ago
copilot-swe-agent[bot]
071ef3b319
Complete TickerQ integration with tests, samples, and documentation
Co-authored-by: hikalkan <1210527+hikalkan@users.noreply.github.com>
7 months ago
copilot-swe-agent[bot]
bdcc69755c
Add TickerQ background worker integration
Co-authored-by: hikalkan <1210527+hikalkan@users.noreply.github.com>
7 months ago
maliming
d8528735a4
Handle 'rtl' in embedded file provider path check
7 months ago
enisn
0de420cb24
Move AbpAIOptions to Abstractions project
Renamed and relocated AbpAIOptions.cs from Volo.Abp.AI to Volo.Abp.AI.Abstractions to improve project structure and separation of concerns.
7 months ago
maliming
005b51578b
Improve virtual file provider path resolution
7 months ago
enisn
a2d72c8dd9
Update AbpAIAbstractionsModule.cs
7 months ago
enisn
5d79851c93
Refactor AI workspace options and add chat client accessors
Introduces IChatClientAccessor and related implementations for workspace-based chat client resolution. Refactors AbpAIOptions and AbpAIWorkspaceOptions, moving workspace configuration logic and service key generation to AbpAIWorkspaceOptions. Updates AbpAIModule to use new accessors and configuration structure, and adds ChatClientAccessor and NullChatClientAccessor classes for dependency injection. Improves separation of concerns and prepares for more flexible workspace management.
7 months ago
Halil İbrahim Kalkan
ddaffcffb5
Refactored AI package
7 months ago
Yunus Emre Kalkan
653180b9e4
Added logout message
7 months ago
Halil İbrahim Kalkan
b7886427ac
Added TODO
7 months ago
enisn
5b20297bb0
Refactor system message handling and update docs
Removed ChatClientWithSystemMessage and its extension, consolidating system message logic into user-extensible patterns. Renamed ChatClientNameAttribute to WorkspaceNameAttribute and restricted its usage to classes. Added ConfigureDefault to WorkspaceConfigurationDictionary for easier default workspace setup. Updated documentation to reflect these changes and clarify configuration patterns.
7 months ago
maliming
8a1e5dfb39
Add FodyWeavers config and schema files
7 months ago
maliming
021402fdc4
Include wwwroot in embedded file provider folders
Added 'wwwroot' to the list of web content folders in AbpEmbeddedFileProvider to address resource detection issues, following a workaround for a known .NET 10 RC 1 issue.
7 months ago
maliming
96699c8edc
Workaround for .NET 10 RC1 embedded file provider issue
Adds a temporary fix for a known issue with Microsoft.Extensions.FileProviders.Embedded in .NET 10 RC1, ensuring correct resource name extraction for web content folders. See https://github.com/dotnet/aspnetcore/issues/63719 for details.
7 months ago
maliming
578e0c611e
Enable Pomelo MySQL project and add EF Core Relational
7 months ago
maliming
675f9baa14
Remove custom WebRootFileProvider initialization
7 months ago
maliming
81686a9dde
Refactor image format handling in resizer
7 months ago
maliming
d023afaf3c
Fix mongo unit tests.
7 months ago
Ma Liming
4d14185441
Fix logic for entity not found error message
7 months ago
maliming
0c5bd68934
Add localized error message for entity not found without ID
7 months ago
maliming
c459fad212
Update Bootstrap to v5.3.7 in MauiBlazor theme
7 months ago
maliming
c6a6306a6d
Upgrade all NuGet package to latest.
7 months ago
Emre KARA
f429003908
Refactor AbpTelemetryApiUrl to use static property
7 months ago
Halil İbrahim Kalkan
91bbf064ee
Remove unnecessary package dependencies
7 months ago
Emre KARA
81f8aab5ed
Increase MaxDepth for package metadata search
7 months ago
maliming
6127e3e8ba
Disable cache error hiding in development environment.
7 months ago
Nico Lachmuth
e2bdf3d6bc
feat(): add generic EntityNotFoundException
7 months ago
maliming
6b14fe73f3
Optimize event retry time evaluation in inbox classes
7 months ago
maliming
1394fd59c7
Refine type filtering in ConventionalRegistrarBase
7 months ago
enisn
ebea2d67bb
Initial AI documentation
7 months ago
enisn
9bea4fa503
Remove ChatClientWithTools due it's already possible by configuring default ME I
7 months ago
maliming
d4dbca8b0c
Remove obsolete features.
https://learn.microsoft.com/en-us/dotnet/core/compatibility/aspnet-core/10/razor-runtime-compilation-obsolete
https://learn.microsoft.com/en-us/dotnet/core/compatibility/aspnet-core/10/iactioncontextaccessor-obsolete
7 months ago
maliming
d2e5b8b3d4
Add `BLOB Storing Memory Provider` module.
7 months ago
maliming
1f0358311d
Support JSON Array.
7 months ago
enisn
4c2b6059cb
Update AbpAIModule.cs
7 months ago
Jack Fistelmann
62a8e8a165
feat(l8n): add support for nested objects in localization files
Closes #18208
7 months ago
Yunus Emre Kalkan
c8f422c58a
Add module command: added `skip-opening-documentation` option
7 months ago
enisn
a14be2f704
Allow null configuration in AbpAIOptions
7 months ago
enisn
a91e4a256a
Allow nullable configureAction parameters.
7 months ago
maliming
239374128b
Update target frameworks to include netstandard2.1 and adjust SDK version in global.json
7 months ago
enisn
db2f7c3fb1
Separate PreConfigure & Configure logic
7 months ago
SALİH ÖZKARA
ecb87a3309
Fix ExtraProperties dictionary reference handling in mapping
7 months ago
maliming
df5bdb7129
Refactor ObjectToInferredTypesConverter serialization logic
7 months ago
maliming
a0260ffbb8
Optimize ObjectToInferredTypesConverter and add tests
https://github.com/abpframework/abp/discussions/23692
7 months ago
SALİH ÖZKARA
d8f5012a2b
Refactor extra properties mapping logic in Mapperly
Simplified the logic for mapping extra properties by removing redundant reference checks and always invoking MapExtraProperties with appropriate defaults. Updated related tests and removed unnecessary [MapExtraProperties] attributes from sample mappers.
7 months ago
SALİH ÖZKARA
73fa006869
Fix EF Core change tracking issue by creating a new dictionary instance during mapping
7 months ago