Skip to content

Commit

Permalink
chore: update tbc dep in prism sample, fix readme path
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavisau committed Aug 28, 2022
1 parent 1807f74 commit fd45166
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -109,11 +109,11 @@ Commands prefixed with '!' will be sent to targets rather than the host. There a

![](https://i.imgur.com/eIa1QU6.png)

([this command exists in the prism sample](https://github.com/rdavisau/tbc/blob/main/src/samples/prism/tbc.sample.prism/tbc.sample.prism/tbc.sample.prism/ReloadManager.cs#L97-L142))
([this command exists in the prism sample](https://github.com/rdavisau/tbc/blob/main/src/samples/prism/tbc.sample.prism/tbc.sample.prism/ReloadManager.cs#L97-L142))

You could implement other useful debug commands for your application, like login/logout, cache clearing etc.

Since your `IReloadManager` is itself reloadable (provided it derives from `ReloadManagerBase`), you can add support for new commands while the application is still running. See [here](https://github.com/rdavisau/tbc/blob/main/src/samples/prism/tbc.sample.prism/tbc.sample.prism/tbc.sample.prism/ReloadManager.cs#L37-L47) in the prism sample for how you can make the reloader reloadable.
Since your `IReloadManager` is itself reloadable (provided it derives from `ReloadManagerBase`), you can add support for new commands while the application is still running. See [here](https://github.com/rdavisau/tbc/blob/main/src/samples/prism/tbc.sample.prism/tbc.sample.prism/ReloadManager.cs#L37-L47) in the prism sample for how you can make the reloader reloadable.

## debugging

Expand Down
Expand Up @@ -49,7 +49,7 @@
<PackageReference Include="Prism.Forms" Version="8.0.0.1909" />
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="Serilog.Sinks.Debug" Version="1.0.1" />
<PackageReference Include="tbc.target" Version="0.0.20220413.3" />
<PackageReference Include="tbc.target" Version="0.0.20220810.1" />
<PackageReference Include="Xamarin.Android.Support.Design" Version="28.0.0.3" />
<PackageReference Include="Xamarin.Android.Support.v7.AppCompat" Version="28.0.0.3" />
<PackageReference Include="Xamarin.Android.Support.v4" Version="28.0.0.3" />
Expand Down
Expand Up @@ -139,7 +139,7 @@
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.7.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.5.1" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.3" />
<PackageReference Include="tbc.target" Version="0.0.20220413.3" />
<PackageReference Include="tbc.target" Version="0.0.20220810.1" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2012" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
Expand Down
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Prism.Forms" Version="8.0.0.1909" />
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="Serilog.Sinks.Debug" Version="1.0.1" />
<PackageReference Include="tbc.target" Version="0.0.20220413.3" />
<PackageReference Include="tbc.target" Version="0.0.20220810.1" />
<PackageReference Include="Xamarin.CommunityToolkit.Markup" Version="1.0.2" />
</ItemGroup>
</Project>

0 comments on commit fd45166

Please sign in to comment.