I. Write a comprehensive report on Roslyn Analyzers and FxCop Analyzers. Your report must fulfil the following requirement, [10 marks]
a) Snapshot for the installation of the latest version of Roslyn Analyzers and FxCop Analyzers.
b) List the core features of Roslyn Analyzers.
c) List the core features of FxCop Analyzers.
d) Write a simple CRUD application in C#.
e) Run the Roslyn Analyzers on your application source code to generate the analysis report. Include the snapshot of the result in your report.
f) Fix the violations reported by Roslyn Analyzers. Include the snapshot of the result in your report after fixing all the issues.
g) Run the FxCop Analyzers on your application source code to generate the analysis report. Include the snapshot of the result in your report.
h) Fix the violations reported by FxCop Analyzers. Include the snapshot of the result in your report after fixing all the issues.
i) Write a section in your report to discuss the advantages and disadvantages (if any) of using Roslyn and FxCop Analyzer
Comments
Leave a comment