Skip to content

OSOE-1208: Create our own .NET SDKs#6

Open
sarahelsaig wants to merge 63 commits intodevfrom
issue/OSOE-1208
Open

OSOE-1208: Create our own .NET SDKs#6
sarahelsaig wants to merge 63 commits intodevfrom
issue/OSOE-1208

Conversation

@sarahelsaig
Copy link
Copy Markdown
Member

@sarahelsaig sarahelsaig commented Mar 19, 2026

…e text into built-in DescriptionBody suffix.
<CopyrightYear Condition="'$(CopyrightYear)' == ''">20XX</CopyrightYear>
<Copyright Condition="'$(Copyright)' == ''">Copyright © $(CopyrightYear), Lombiq Technologies Ltd.</Copyright>
<Description Condition="'$(Description)' == ''">$(Title): $(DescriptionBody)</Description>
<Description Condition="'$(Description)' == ''">$(Title): $(DescriptionBody) See the project website for detailed documentation.</Description>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great, however, a bunch of instances of this remain in OSOCE. And I assume https://lombiq.atlassian.net/wiki/spaces/DEV/pages/2609840133/Preparing+a+.NET+project+to+be+published+on+NuGet can be updated too.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great, however, a bunch of instances of this remain in OSOCE.

I've replaced it in modules, themes and tests. Didn't do it in libraries and untilities, as they are out of coverage for the SDKs I've made and out of scope for the original issue. Should I add a further library SDK for those as well?

And I assume Preparing a .NET project to be published on NuGet can be updated too.

Nope, it's already mentioned it here. (also formatted the prefix & suffix for the original non-SDK nuget description here so this is clear).

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes please, so all NuGet-published projects are covered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants