This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <FlyoutItem Title="Browse" Icon="tab_feed.png"> | |
| <Tab> | |
| <ShellContent ContentTemplate="{DataTemplate local:ItemsPage}" /> | |
| </Tab> | |
| </FlyoutItem> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| using System.Diagnostics; | |
| using System.Linq; | |
| using System.Text; | |
| using Xamarin.Forms; | |
| namespace MobileApp.Controls | |
| { | |
| public class FeedSearchHandler : SearchHandler |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| trigger: | |
| - master | |
| pool: | |
| vmImage: 'windows-latest' | |
| steps: | |
| - script: dotnet restore | |
| displayName: 'nuget is restoring' | |
| - script: dotnet build --configuration $(buildConfiguration) |
OlderNewer