File tree 2 files changed +1
-7
lines changed
2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 1
1
namespace FSApp.Extensions
2
2
3
- open System
4
- open Microsoft.Extensions .DependencyInjection
5
3
open Microsoft.Extensions .Logging
6
4
open Microsoft.Maui .Hosting
7
5
open System.Runtime .CompilerServices
8
6
9
7
[<Extension>]
10
8
type AppBuilderExtensions =
11
- [<Extension>]
12
- static member inline ConfigureServices ( builder : MauiAppBuilder , configureDelegate : Action < IServiceCollection >) =
13
- configureDelegate.Invoke( builder.Services)
14
- builder
15
-
16
9
[<Extension>]
17
10
static member inline AddDebugLog ( builder : MauiAppBuilder ) =
18
11
builder.Logging.AddDebug() |> ignore
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ open Microsoft.Extensions.DependencyInjection
4
4
open Microsoft.Maui .Accessibility
5
5
open Microsoft.Maui .Hosting
6
6
open Fabulous.Maui
7
+ open VijayAnand.MauiToolkit
7
8
open FSApp.Extensions
8
9
9
10
type MauiProgram =
You can’t perform that action at this time.
0 commit comments