Skip to content

Commit fe5e414

Browse files
Fix Android INSTALL_PARSE_FAILED_NO_CERTIFICATES and resolve .NET 10 regressions
- Downgrade targetSdkVersion to 35 to avoid API 36 manifest parser bugs. - Suppress XA1006 warning and harden PatchElfPageSize.targets (fixes CS0162 unreachable code). - Restore explicit framework targeting in CI release workflow. - Enable extractNativeLibs workaround for .NET 10 signing. - Add file locking to PatchElfPageSize.targets for parallel build stability. - Fix crashes in Multiplayer and Daily Challenge components. - Satisfy IDE0031 and IDE0055 analyzers and improve test cloning logic.
1 parent 431e040 commit fe5e414

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

build/PatchElfPageSize.targets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@
129129
if (lockStream != null) { lockStream.Dispose(); try { System.IO.File.Delete(lockFile); } catch { } }
130130
}
131131
}
132-
return true;
133132
]]></Code>
134133
</Task>
135134
</UsingTask>

0 commit comments

Comments
 (0)