Overarching Library Tasks #1
StefanGreve
started this conversation in
Ideas
Replies: 2 comments
-
Consider adding the following labels to all repositories:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
AOTSee also https://github.com/orgs/Advanced-Systems/discussions/2 for open issues related to AOT.
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<PublishAot>true</PublishAot>
<StripSymbols>false</StripSymbols>
</PropertyGroup> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Affected Projects:
AdvancedSystems.Core
AdvancedSystems.Security
AdvancedSystems.Connector
TODO
<Owner>StefanGreve</Owner>
attribute toDirectory.Build.props
<JsonSerializerIsReflectionEnabledByDefault>false</JsonSerializerIsReflectionEnabledByDefault>
attribute toDirectory.Build.props
(see also: SerializationService core#15)Directory.Build.target
Beta Was this translation helpful? Give feedback.
All reactions