You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have uncovered a couple issues with template/Properties/Default.rd.xml:
CB-14224 - running coho audit-license-headers -r windows gives a message that template/Properties/Default.rd.xml is missing the license header
CB-14225 - misspelling in sample Namespace serialize attribute name
along with an additional issue that seems to be unsolved:
CB-13834 - problem building with build with params --release --bundle --archs="x64 x86 arm" on AppVeyor CI
I start to wonder if we should even keep template/Properties/Default.rd.xml in future releases. The following observations indicate to me that xxxx is only needed for projects using C# plugins:
If I would try generating both a JavaScript UWP project and a C# UWP project then VS 2017 would only add Properties/Default.rd.xml in case of C#.
I have uncovered a couple issues with
template/Properties/Default.rd.xml
:coho audit-license-headers -r windows
gives a message thattemplate/Properties/Default.rd.xml
is missing the license headeralong with an additional issue that seems to be unsolved:
--release --bundle --archs="x64 x86 arm"
on AppVeyor CII start to wonder if we should even keep
template/Properties/Default.rd.xml
in future releases. The following observations indicate to me that xxxx is only needed for projects using C# plugins:Properties/Default.rd.xml
in case of C#.Default.rd.xml
in acs
directory (Microsoft / Windows-universal-samples / SharedContent / cs / Default.rd.xmlI can think of the following possible alternatives:
template/Properties/Default.rd.xml
and fix sample Namespace Serialize attribute (CB-14225 fix sample Namespace Serialize attribute in template/Properties/Default.rd.xml cordova-windows#286) (I haven't tried this yet)template/Properties/Default.rd.xml
in upcoming major releaseProperties/Default.rd.xml
in generated projectProperties/Default.rd.xml
in a plugin (if possible)The text was updated successfully, but these errors were encountered: