Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions src/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
"version": 1,
"isRoot": true,
"tools": {
"dotnet-format": {
"version": "7.0.360101",
"commands": [
"dotnet-format"
]
},
"deadcsharp": {
"version": "2.0.0",
"commands": [
Expand Down
2 changes: 1 addition & 1 deletion src/AasCore.Aas3_0/AasCore.Aas3_0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<PackageTags>aas;asset administration shell;iiot;industry internet of things;industrie 4.0;i4.0</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions src/AasCore.Aas3_0/DiaryData/DiaryDataDef.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public enum TimeStampKind { Create, Update }
/// Note: Default is <c>Entries = null</c>, as handling of many many AAS elements does not
/// create additional overhead of creating empty lists. An empty list shall be avoided.
/// </summary>
public List<IAasDiaryEntry> Entries = null;
public List<IAasDiaryEntry>? Entries = null;

public static void AddAndSetTimestamps(IReferable element, IAasDiaryEntry de, bool isCreate = false)
{
Expand All @@ -44,7 +44,7 @@ public static void AddAndSetTimestamps(IReferable element, IAasDiaryEntry de, bo
}

// set this timestamp (and for the parents, as well)
IDiaryData el = element;
IDiaryData? el = element;
while (el?.DiaryData != null)
{
// itself
Expand Down
3 changes: 3 additions & 0 deletions src/AasCore.Aas3_0/types.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
using Aas = AasCore.Aas3_0; // renamed
using EnumMemberAttribute = System.Runtime.Serialization.EnumMemberAttribute;

// TODO (MIHO, 2025-11-17): Check how to improve. Because of Parent not null disabled globally :-(
#pragma warning disable CS8618

namespace AasCore.Aas3_0
{
/// <summary>
Expand Down
3 changes: 3 additions & 0 deletions src/AasCore.Aas3_0/xmlization.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16838,7 +16838,10 @@ out Reporting.Error? error
// ?? throw new System.InvalidOperationException(
// "Unexpected null, had to be handled before"));

// TODO (Jui, 2024-01-01): Suppress, because of least side effects
#pragma warning disable CS8604
return new EmbeddedDataSpecification(theDataSpecification, theDataSpecificationContent);
#pragma warning restore CS8604
} // internal static Aas.EmbeddedDataSpecification? EmbeddedDataSpecificationFromSequence

/// <summary>
Expand Down
10 changes: 5 additions & 5 deletions src/AasxAmlImExport/AasxAmlImExport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<EmbeddedResource Include="Resources\AssetAdministrationShellLib.aml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Aml.Engine" Version="2.0.9" />
<PackageReference Include="dotNetRDF" Version="2.7.5" />
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
<PackageReference Include="System.IO.Packaging" Version="7.0.0" />
<PackageReference Include="Aml.Engine" Version="4.4.4" />
<PackageReference Include="dotNetRDF" Version="3.4.1" />
<PackageReference Include="System.Drawing.Common" Version="9.0.10" />
<PackageReference Include="System.IO.Packaging" Version="9.0.10" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.Json" Version="9.0.2" />
<PackageReference Include="System.Text.Json" Version="9.0.10" />
</ItemGroup>
</Project>
10 changes: 5 additions & 5 deletions src/AasxBammRdfImExport/AasxBammRdfImExport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<ProjectReference Include="..\AasxIntegrationBase\AasxIntegrationBase.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="dotNetRDF" Version="2.7.5" />
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
<PackageReference Include="System.IO.Packaging" Version="7.0.0" />
<PackageReference Include="dotNetRDF" Version="3.4.1" />
<PackageReference Include="JetBrains.Annotations" Version="2025.2.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="System.Drawing.Common" Version="9.0.10" />
<PackageReference Include="System.IO.Packaging" Version="9.0.10" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/AasxCore.Samm2_2_0/AasxCore.Samm2_2_0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.IO.Packaging" Version="7.0.0" />
<PackageReference Include="System.IO.Packaging" Version="9.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/AasxCore.Samm2_2_0/SammClasses.cs
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ public class ModelElement
///// times for different languages but only once for a specific language. There should be at
///// least one description defined with an "en" language tag.
///// </summary>
//[SammPropertyUri("bamm:description")]
//public List<LangString>? Description { get; set; } = null;
////[SammPropertyUri("bamm:description")]
////public List<LangString>? Description { get; set; } = null;

/// <summary>
/// A reference to a related element in an external taxonomy, ontology or other standards document.
Expand Down
24 changes: 0 additions & 24 deletions src/AasxCsharpLibrary.Tests/AasxCsharpLibrary.Tests.csproj

This file was deleted.

67 changes: 0 additions & 67 deletions src/AasxCsharpLibrary.Tests/DocTestAdminShellUtil.cs

This file was deleted.

Loading
Loading