Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added source link #93

Closed
wants to merge 27 commits into from
Closed
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
c7a990e
Added source link
pictos Jul 25, 2022
e85176a
Merge branch 'main' into pj/add-source-link
TheCodeTraveler Aug 11, 2022
1b663f5
Merge branch 'main' into pj/add-source-link
TheCodeTraveler Aug 31, 2022
b2b79f8
echo debugging information
TheCodeTraveler Aug 31, 2022
79491f5
Update azure-pipelines.yml
TheCodeTraveler Aug 31, 2022
a506cc6
Increase to .NET 7
TheCodeTraveler Aug 31, 2022
c728a3b
Update azure-pipelines.yml
TheCodeTraveler Aug 31, 2022
0654ef8
Update CommunityToolkit.Maui.Markup.csproj
TheCodeTraveler Aug 31, 2022
2a01168
Update azure-pipelines.yml
TheCodeTraveler Aug 31, 2022
235015b
Update azure-pipelines.yml
TheCodeTraveler Aug 31, 2022
bc8365c
Update azure-pipelines.yml
TheCodeTraveler Sep 1, 2022
4ee1c4a
Update azure-pipelines.yml
TheCodeTraveler Sep 1, 2022
2ac5ad9
Update azure-pipelines.yml
TheCodeTraveler Sep 1, 2022
da269a4
Update azure-pipelines.yml
TheCodeTraveler Sep 1, 2022
57bc4c1
Update azure-pipelines.yml
TheCodeTraveler Sep 1, 2022
6c3d4cc
Update azure-pipelines.yml
TheCodeTraveler Sep 1, 2022
e6070b6
Update azure-pipelines.yml
TheCodeTraveler Sep 1, 2022
c5bf96b
Update azure-pipelines.yml
TheCodeTraveler Sep 1, 2022
55a3261
Add Maui Dependencies Workaround
TheCodeTraveler Sep 1, 2022
569aa29
Revert "Add Maui Dependencies Workaround"
TheCodeTraveler Sep 1, 2022
888d8b8
Revert changes
TheCodeTraveler Sep 1, 2022
a89db2a
Merge branch 'main' into pj/add-source-link
TheCodeTraveler Sep 6, 2022
5357b09
Merge branch 'main' into pj/add-source-link
TheCodeTraveler Sep 17, 2022
468145b
Merge branch 'main' into pj/add-source-link
TheCodeTraveler Oct 3, 2022
35862de
Merge branch 'main' into pj/add-source-link
TheCodeTraveler Nov 2, 2022
d58e6b3
Merge branch 'main' into pj/add-source-link
TheCodeTraveler Nov 14, 2022
1f9139f
Merge branch 'main' into pj/add-source-link
TheCodeTraveler Jan 18, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
<None Include="ReadMe.txt" pack="true" PackagePath="." />
</ItemGroup>

<ItemGroup>
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
<None Include="..\CommunityToolkit.Maui.Markup.SourceGenerators\bin\$(Configuration)\netstandard2.0\CommunityToolkit.Maui.Markup.SourceGenerators.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
</ItemGroup>
Expand Down