Skip to content

Commit 1cd8911

Browse files
authored
MMI-3364 Enhance Charts/Resolve Bug (#2522)
* MMi-3364 Enhance Charts Publish tno-core:1.0.27 Fix build issue * Update package to fix bug
1 parent dd5cef3 commit 1cd8911

File tree

112 files changed

+785
-388
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+785
-388
lines changed

.github/workflows/net-libs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: extract_branch
3131

3232
- name: Setup .NET 9
33-
uses: actions/setup-dotnet@v4.1.0
33+
uses: actions/setup-dotnet@v5
3434
with:
3535
dotnet-version: 9.x
3636

TNO.sln

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TNO.Services.Image", "servi
4949
EndProject
5050
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TNO.Services.Indexing", "services\net\indexing\TNO.Services.Indexing.csproj", "{5A38D5FA-2C91-4E80-B156-5FDB0BD237E4}"
5151
EndProject
52-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TNO.Services.NLP", "services\net\nlp\TNO.Services.NLP.csproj", "{F94EA73C-B2DF-4824-B9BD-422EF1C950BB}"
53-
EndProject
5452
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TNO.Services.Syndication", "services\net\syndication\TNO.Services.Syndication.csproj", "{A8E3354A-B47A-4B0A-B648-9AB98793FEDF}"
5553
EndProject
5654
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TNO.Services.Transcription", "services\net\transcription\TNO.Services.Transcription.csproj", "{1A1017A0-DCA4-45E6-B8CE-6FDF3913E7EE}"
@@ -164,10 +162,6 @@ Global
164162
{5A38D5FA-2C91-4E80-B156-5FDB0BD237E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
165163
{5A38D5FA-2C91-4E80-B156-5FDB0BD237E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
166164
{5A38D5FA-2C91-4E80-B156-5FDB0BD237E4}.Release|Any CPU.Build.0 = Release|Any CPU
167-
{F94EA73C-B2DF-4824-B9BD-422EF1C950BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
168-
{F94EA73C-B2DF-4824-B9BD-422EF1C950BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
169-
{F94EA73C-B2DF-4824-B9BD-422EF1C950BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
170-
{F94EA73C-B2DF-4824-B9BD-422EF1C950BB}.Release|Any CPU.Build.0 = Release|Any CPU
171165
{A8E3354A-B47A-4B0A-B648-9AB98793FEDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
172166
{A8E3354A-B47A-4B0A-B648-9AB98793FEDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
173167
{A8E3354A-B47A-4B0A-B648-9AB98793FEDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -254,7 +248,6 @@ Global
254248
{DD097669-5DEE-4189-B443-2D62F2D92A9A} = {448D6DE6-6887-48EC-A202-18C7EB428ACD}
255249
{CF633B57-2562-4FB8-A819-E43383E03D8B} = {448D6DE6-6887-48EC-A202-18C7EB428ACD}
256250
{5A38D5FA-2C91-4E80-B156-5FDB0BD237E4} = {448D6DE6-6887-48EC-A202-18C7EB428ACD}
257-
{F94EA73C-B2DF-4824-B9BD-422EF1C950BB} = {448D6DE6-6887-48EC-A202-18C7EB428ACD}
258251
{A8E3354A-B47A-4B0A-B648-9AB98793FEDF} = {448D6DE6-6887-48EC-A202-18C7EB428ACD}
259252
{1A1017A0-DCA4-45E6-B8CE-6FDF3913E7EE} = {448D6DE6-6887-48EC-A202-18C7EB428ACD}
260253
{992AF305-F9BA-43E5-B18F-EA7D056ABFA9} = {448D6DE6-6887-48EC-A202-18C7EB428ACD}

api/node/.yarn/cache/@babel-runtime-npm-7.25.6-6725f0979a-ee1a69d3ac.zip renamed to api/node/.yarn/cache/@babel-runtime-npm-7.28.4-31bc1b0001-934b0a0460.zip

128 KB
Binary file not shown.
Binary file not shown.
-2.87 KB
Binary file not shown.
Binary file not shown.
-4.45 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)