Skip to content

Commit

Permalink
Merge branch 'jtikekar/revertingNullables' of https://github.com/admi…
Browse files Browse the repository at this point in the history
…n-shell-io/aasx-server into jtikekar/revertingNullables
  • Loading branch information
juileetikekar committed Oct 15, 2024
2 parents 9bbbd20 + 384ba1a commit 86dd10c
Show file tree
Hide file tree
Showing 10 changed files with 138 additions and 8 deletions.
15 changes: 14 additions & 1 deletion src/AasCore.Aas3_0/Attributes/CountForHash.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
/********************************************************************************
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Apache License Version 2.0 which is available at
* https://www.apache.org/licenses/LICENSE-2.0
*
* SPDX-License-Identifier: Apache-2.0
********************************************************************************/

using System;

Check warning on line 14 in src/AasCore.Aas3_0/Attributes/CountForHash.cs

View workflow job for this annotation

GitHub Actions / Check that the whole project is buildable and attach packages to process

Remove the underscores from assembly name AasCore.Aas3_0 (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)

Check warning on line 14 in src/AasCore.Aas3_0/Attributes/CountForHash.cs

View workflow job for this annotation

GitHub Actions / Run all project unit tests

Remove the underscores from assembly name AasCore.Aas3_0 (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)

Check warning on line 14 in src/AasCore.Aas3_0/Attributes/CountForHash.cs

View workflow job for this annotation

GitHub Actions / Run all project unit tests

Remove the underscores from assembly name AasCore.Aas3_0 (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)

namespace AasCore.Aas3_0.Attributes

Check warning on line 16 in src/AasCore.Aas3_0/Attributes/CountForHash.cs

View workflow job for this annotation

GitHub Actions / Check that the whole project is buildable and attach packages to process

Remove the underscores from namespace name 'AasCore.Aas3_0' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)

Check warning on line 16 in src/AasCore.Aas3_0/Attributes/CountForHash.cs

View workflow job for this annotation

GitHub Actions / Run all project unit tests

Remove the underscores from namespace name 'AasCore.Aas3_0' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)

Check warning on line 16 in src/AasCore.Aas3_0/Attributes/CountForHash.cs

View workflow job for this annotation

GitHub Actions / Run all project unit tests

Remove the underscores from namespace name 'AasCore.Aas3_0' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
{
Expand Down
15 changes: 14 additions & 1 deletion src/AasCore.Aas3_0/Attributes/MetaModelName.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
namespace AasCore.Aas3_0.Attributes
/********************************************************************************
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Apache License Version 2.0 which is available at
* https://www.apache.org/licenses/LICENSE-2.0
*
* SPDX-License-Identifier: Apache-2.0
********************************************************************************/

namespace AasCore.Aas3_0.Attributes
{
/// <summary>
/// This attribute indicates, that the field / property is searchable
Expand Down
15 changes: 14 additions & 1 deletion src/AasCore.Aas3_0/Attributes/SkipForReflection.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
namespace AasCore.Aas3_0.Attributes
/********************************************************************************
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Apache License Version 2.0 which is available at
* https://www.apache.org/licenses/LICENSE-2.0
*
* SPDX-License-Identifier: Apache-2.0
********************************************************************************/

namespace AasCore.Aas3_0.Attributes
{
/// <summary>
/// This attribute indicates, that the field / property shall be skipped for reflection
Expand Down
15 changes: 14 additions & 1 deletion src/AasCore.Aas3_0/Attributes/SkipForSearch.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
namespace AasCore.Aas3_0.Attributes
/********************************************************************************
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Apache License Version 2.0 which is available at
* https://www.apache.org/licenses/LICENSE-2.0
*
* SPDX-License-Identifier: Apache-2.0
********************************************************************************/

namespace AasCore.Aas3_0.Attributes
{
/// <summary>
/// This attribute indicates, that the field / property shall be skipped for searching, because it is not
Expand Down
15 changes: 14 additions & 1 deletion src/AasCore.Aas3_0/Attributes/TextSearchable.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
namespace AasCore.Aas3_0.Attributes
/********************************************************************************
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Apache License Version 2.0 which is available at
* https://www.apache.org/licenses/LICENSE-2.0
*
* SPDX-License-Identifier: Apache-2.0
********************************************************************************/

namespace AasCore.Aas3_0.Attributes
{
/// <summary>
/// This attribute indicates, that the field / property is searchable
Expand Down
15 changes: 14 additions & 1 deletion src/AasCore.Aas3_0/DiaryData/DiaryDataDef.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using AasCore.Aas3_0;
/********************************************************************************
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Apache License Version 2.0 which is available at
* https://www.apache.org/licenses/LICENSE-2.0
*
* SPDX-License-Identifier: Apache-2.0
********************************************************************************/

using AasCore.Aas3_0;
using System;
using System.Collections.Generic;
using System.Text.Json.Serialization;
Expand Down
15 changes: 14 additions & 1 deletion src/AasCore.Aas3_0/DiaryData/IAasDiaryEntry.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
namespace AdminShellNS.DiaryData
/********************************************************************************
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Apache License Version 2.0 which is available at
* https://www.apache.org/licenses/LICENSE-2.0
*
* SPDX-License-Identifier: Apache-2.0
********************************************************************************/

namespace AdminShellNS.DiaryData
{
public interface IAasDiaryEntry
{
Expand Down
15 changes: 14 additions & 1 deletion src/AasCore.Aas3_0/DiaryData/IDiaryData.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
/********************************************************************************
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Apache License Version 2.0 which is available at
* https://www.apache.org/licenses/LICENSE-2.0
*
* SPDX-License-Identifier: Apache-2.0
********************************************************************************/

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
Expand Down
13 changes: 13 additions & 0 deletions src/DataTransferObjects/CommonDTOs/AdministrativeInformationDTO.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
/********************************************************************************
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Apache License Version 2.0 which is available at
* https://www.apache.org/licenses/LICENSE-2.0
*
* SPDX-License-Identifier: Apache-2.0
********************************************************************************/

namespace DataTransferObjects.CommonDTOs
{
public record class AdministrativeInformationDTO(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
/********************************************************************************
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Apache License Version 2.0 which is available at
* https://www.apache.org/licenses/LICENSE-2.0
*
* SPDX-License-Identifier: Apache-2.0
********************************************************************************/

namespace IO.Swagger.Lib.V3.SerializationModifiers.Mappers.MetadataMappers;

using DataTransferObjects.ValueDTOs;
Expand Down

0 comments on commit 86dd10c

Please sign in to comment.