這個情境應該滿常見,就是在 Production (Release), Development (Debug) 要使用不同的 Bundle/Application ID 方便區別
Flutter 整合 Firebase 小筆記
記錄一下 Flutter 要初始化整合 Firebawe 的一些小技巧
strapi 使用心得分享
- 514
- 0
- 2025-07-08
使用 headless CMS 其中一套有名的 open source CMS 叫 strapi 的心得
[GitHub Action] 整合 GitHub Action 在 Self Host Runner - 不分平台篇
- 513
- 0
- GitHub Action
整合 GitHub Action 在 Self Host Runner - 不分平台篇
[GitHub Action] 整合 GitHub Action 在 Self Host Runner - Android 篇
- 515
- 0
- GitHub Action
整合 GitHub Action 在 Self Host Runner - Android 篇
[GitHub Action] 整合 GitHub Action 在 Self Host Runner - iOS 篇
- 516
- 0
- GitHub Action
整合 GitHub Action 在 Self Host Runner - iOS 篇
[GitHub Action] 建立 GitHub Action Self Host Runner
- 521
- 0
- GitHub Action
建立 GitHub Action Self Host Runner
NuGet package 的 Health Status
使用 NuGet Explorer 來檢查一個 NuGet Package 的時候會發現有一個 NuGet Health Status 的區段,那要怎麼讓我們做出的 NuGet Package 都是綠燈呢?
使用 dotnet cli 產生 nuget package 之旅
使用 dotnet cli 來對 visual studio solution 檔案打包成 nuget package 的旅程
玩轉 Playwright 的一些小技巧和小知識
- 510
- 0
因為要解決為什麼 DRM 無法播放的狀況,而把 playwright 一些東西再看了更多一點的筆記
Xamarin Mac 寫了一個小 App 後的心得整理
- 637
- 0
Xamarin Mac 一個出了很久的東西,最近剛好有機會,寫了一個小 App 嘗試,記錄一下心得
[UWP] UWP project 使用 PackageReference
- 456
- 0
- 2017-05-09
VisaulStudio 2017 推出了新的 PackageReference 的 tag,把 NuGet 整合進 MSBuild 的流程,那 UWP 可以使用嗎?
[UWP] SQLite 的 NuGet package 的搭配
簡單記錄一下大家最常用 SQLite.net 與它 Dependency 的 SQLitePCLRaw NuGet package 的搭配使用
[NuGet] 解決 HintPath 造成的編譯問題
- 3462
- 0
- 2016-12-26
有些 NuGet package 在加入後,會修改你的 project 檔案,加上 HintPath,但是如果你的 repo 是會跟人家共用的話,就有可能遇到這個問題
[Git] 使用 Git SubTree 來共享函示庫原始碼
- 5437
- 0
- 2017-05-06
採用 GitSubtree 的方式來共用多個 project 會共用的 sourceCode,不過 subtree 的資料似乎不多,查到的資料都沒有順利的讓我完成我的 subtree 情境,所以自己參考資料並且嘗試成功後,就寫一篇 blog 來記錄一下,希望 subtree 以後會更方便用
[心得] .Net 技術討論課程公益活動 之 撰寫高效率 .Net Code
一位在微軟工作的台灣工程師 Bruce 以捐錢給公益機構的方式當作學費,來給我們上了一堂 .NET 相關 Performance 的課程
還有說了一些微軟的文化上的事情
[UWP] WinRT BackgroundAudio 的行為 (二)
目前正在用 UWP 用 BackgroundAudio 來撥音樂遇到的一些狀況 第二篇
[UWP] Entity Framework Core on UWP
- 552
- 0
- 2016-07-23
Entity Framework 之前是僅有 Full .NET 限定,最新的 Entity Framewok Core 已經可以跨平台支援了!所以就趁機會來嘗試要把原先用簡單的ORM (SQLite.net) 轉移到微軟官方的 EntityFramework
[UWP] Project Rome: Driving User Engagement with Connected Apps and Devices
- 349
- 0
- 2016-07-09
在 BUILD 2016 提出來的 Project Rome,主要就是提供一個技術讓你的 App 與 Devices 能夠更好的連結,產生一個無縫的環境,進一步吸引使用者無法離開
SQLite.Net PCL 遇到的編碼問題與解決方式
如果你用 SQLite.Net PCL 在下 SQL 指令並且有包含非英文的搜尋條件遇到問題的話,很可能跟我們遇到的問題是一樣的
解法就順便提一下 SQLite Net PCL NuGet 之爭(誤
- 1
- 2